guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/45: gnu: ghc-cryptohash-sha256: Update to 0.11.102.1.


From: guix-commits
Subject: 04/45: gnu: ghc-cryptohash-sha256: Update to 0.11.102.1.
Date: Mon, 25 Oct 2021 08:46:13 -0400 (EDT)

lbraun pushed a commit to branch wip-stackage-18.14
in repository guix.

commit 732253b7dd4a4c7ab87ad42d7075e47acf7adb32
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Mon Oct 25 14:28:32 2021 +0200

    gnu: ghc-cryptohash-sha256: Update to 0.11.102.1.
    
    * gnu/packages/haskell-crypto.scm (ghc-cryptohash-sha256): Update to 
0.11.102.1.
---
 gnu/packages/haskell-crypto.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell-crypto.scm b/gnu/packages/haskell-crypto.scm
index 969bc35..e7c349e 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]