gnu: ghc-cryptohash-sha256: Update to 0.11.102.1.
* gnu/packages/haskell-crypto.scm (ghc-cryptohash-sha256): Update to 0.11.102.1.
This commit is contained in:
parent
b042b0458e
commit
54f4502e45
1 changed files with 2 additions and 2 deletions
|
@ -259,7 +259,7 @@ the C implementation.")
|
||||||
(define-public ghc-cryptohash-sha256
|
(define-public ghc-cryptohash-sha256
|
||||||
(package
|
(package
|
||||||
(name "ghc-cryptohash-sha256")
|
(name "ghc-cryptohash-sha256")
|
||||||
(version "0.11.102.0")
|
(version "0.11.102.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -268,7 +268,7 @@ the C implementation.")
|
||||||
"cryptohash-sha256-" version ".tar.gz"))
|
"cryptohash-sha256-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0685s4hfighzywvvn05cfff5bl2xz3wq0pfncv6zca4iba3ykmla"))))
|
"1xkb7iqplbw4fy1122p79xf1zcb7k44rl0wmfj1q06l7cdqxr9vk"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cabal-revision
|
`(#:cabal-revision
|
||||||
|
|
Reference in a new issue