guix-commits
[Top][All Lists]
Advanced

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

95/257: gnu: ghc-sha: Update to 1.6.4.4.


From: Ricardo Wurmus
Subject: 95/257: gnu: ghc-sha: Update to 1.6.4.4.
Date: Thu, 27 Sep 2018 15:47:06 -0400 (EDT)

rekado pushed a commit to branch wip-haskell
in repository guix.

commit ffbeef1c47b8971018081f60b583ab7c8514bda5
Author: Timothy Sample <address@hidden>
Date:   Tue Aug 28 22:59:41 2018 -0400

    gnu: ghc-sha: Update to 1.6.4.4.
    
    * gnu/packages/haskell-crypto.scm (ghc-sha): Update to 1.6.4.4.
---
 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 6a1eff6..c675564 100644
--- a/gnu/packages/haskell-crypto.scm
+++ b/gnu/packages/haskell-crypto.scm
@@ -391,14 +391,14 @@ interface.")
 (define-public ghc-sha
   (package
     (name "ghc-sha")
-    (version "1.6.4.2")
+    (version "1.6.4.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://hackage.haskell.org/package/";
                                   "SHA/SHA-" version ".tar.gz"))
               (sha256
                (base32
-                "134ajm87fm4lpsw86m9q8apv20dw4bpk46raa389zr6bcdpifw64"))))
+                "0i4b2wjisivdy72synal711ywhx05mfqfba5n65rk8qidggm1nbb"))))
     (build-system haskell-build-system)
     (native-inputs
      `(("ghc-quickcheck" ,ghc-quickcheck)



reply via email to

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