diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2021-10-25 14:28:32 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2021-11-02 09:32:48 +0100 |
commit | 54f4502e459cf39512e30cbed4fac17c0aabe79d (patch) | |
tree | cfb557c0637d2b13b249f08a88dbd79a4e89abe0 | |
parent | b042b0458e17cca118fa794efb391429f6426c46 (diff) | |
download | guix-54f4502e459cf39512e30cbed4fac17c0aabe79d.tar guix-54f4502e459cf39512e30cbed4fac17c0aabe79d.tar.gz |
gnu: ghc-cryptohash-sha256: Update to 0.11.102.1.
* gnu/packages/haskell-crypto.scm (ghc-cryptohash-sha256): Update to 0.11.102.1.
-rw-r--r-- | gnu/packages/haskell-crypto.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-crypto.scm b/gnu/packages/haskell-crypto.scm index 969bc358ae..e7c349ec80 100644 --- a/gnu/packages/haskell-crypto.scm +++ b/gnu/packages/haskell-crypto.scm @@ -259,7 +259,7 @@ the C implementation.") (define-public ghc-cryptohash-sha256 (package (name "ghc-cryptohash-sha256") - (version "0.11.102.0") + (version "0.11.102.1") (source (origin (method url-fetch) @@ -268,7 +268,7 @@ the C implementation.") "cryptohash-sha256-" version ".tar.gz")) (sha256 (base32 - "0685s4hfighzywvvn05cfff5bl2xz3wq0pfncv6zca4iba3ykmla")))) + "1xkb7iqplbw4fy1122p79xf1zcb7k44rl0wmfj1q06l7cdqxr9vk")))) (build-system haskell-build-system) (arguments `(#:cabal-revision |