gnu: ghc-entropy: Update to 0.4.1.1.

* gnu/packages/haskell-crypto.scm (ghc-entropy): Update to 0.4.1.1.
master
Timothy Sample 2018-08-28 20:33:58 -04:00 committed by Ricardo Wurmus
parent 7d887a2cec
commit a7427ff778
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

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")