Archived
1
0
Fork 0

gnu: ghc-entropy: Update to 0.4.1.5.

* gnu/packages/haskell-crypto.scm (ghc-entropy): Update to 0.4.1.5.
This commit is contained in:
Timothy Sample 2019-10-31 01:19:20 -04:00
parent 1c9c4d587c
commit a3748d44c8
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59

View file

@ -358,7 +358,7 @@ are implemented as FFI bindings to efficient code from zlib.")
(define-public ghc-entropy (define-public ghc-entropy
(package (package
(name "ghc-entropy") (name "ghc-entropy")
(version "0.4.1.4") (version "0.4.1.5")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -366,7 +366,7 @@ are implemented as FFI bindings to efficient code from zlib.")
"entropy-" version "/" "entropy-" version "/"
"entropy-" version ".tar.gz")) "entropy-" version ".tar.gz"))
(sha256 (sha256
(base32 "1fgf47l9klwn1xssbcbq6by651vikd8hlfxhiwd5bqzxr1jnlgrf")))) (base32 "0szf8hi1pi8g0kxnkcymh65gk1b0niyl1nnkckzdqyar87qal0jm"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(home-page "https://github.com/TomMD/entropy") (home-page "https://github.com/TomMD/entropy")
(synopsis "Provides platform independent entropy source for Haskell") (synopsis "Provides platform independent entropy source for Haskell")