guix-commits
[Top][All Lists]
Advanced

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

117/177: gnu: ghc-x509: Update to 1.6.4.


From: Ricardo Wurmus
Subject: 117/177: gnu: ghc-x509: Update to 1.6.4.
Date: Tue, 13 Feb 2018 07:38:21 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 95298963e3088067d8e116e48fdbc85b80964d54
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Feb 13 00:09:57 2018 +0100

    gnu: ghc-x509: Update to 1.6.4.
    
    * gnu/packages/haskell-crypto.scm (ghc-x509): Update to 1.6.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 9eb901c..3511222 100644
--- a/gnu/packages/haskell-crypto.scm
+++ b/gnu/packages/haskell-crypto.scm
@@ -419,14 +419,14 @@ libraries, like OpenSSL.")
 (define-public ghc-x509
   (package
     (name "ghc-x509")
-    (version "1.6.3")
+    (version "1.6.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://hackage.haskell.org/package/";
                                   "x509/x509-" version ".tar.gz"))
               (sha256
                (base32
-                "1pmsby29abn485fvnymsgipvb3p1ch9c591xj5ncszkf0ivjiiin"))))
+                "0hixx76wpb4qxida017ka5zr6lrsycahrqyw8z90q9mxvndpy3my"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-memory" ,ghc-memory)



reply via email to

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