1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-07 16:01:33 +02:00

gnu: ghc-entropy: Update to 0.4.1.1.

* gnu/packages/haskell-crypto.scm (ghc-entropy): Update to 0.4.1.1.
This commit is contained in:
Timothy Sample
2018-08-28 20:33:58 -04:00
committed by Ricardo Wurmus
parent 7d887a2cec
commit a7427ff778
+2 -2
View File
@@ -314,7 +314,7 @@ are implemented as FFI bindings to efficient code from zlib.")
(define-public ghc-entropy
(package
(name "ghc-entropy")
(version "0.3.8")
(version "0.4.1.1")
(source
(origin
(method url-fetch)
@@ -323,7 +323,7 @@ are implemented as FFI bindings to efficient code from zlib.")
"entropy-" version ".tar.gz"))
(sha256
(base32
"1l3lfigqvdlmxkz1wl7zdkmc0i2r5p6z4xzhiw8xdsbsw7aljfkl"))))
"1ahz5g148l6sax3dy505na2513i99c7bxix68jja5kbx4f271zcf"))))
(build-system haskell-build-system)
(home-page "https://github.com/TomMD/entropy")
(synopsis "Provides platform independent entropy source for Haskell")