guix-commits
[Top][All Lists]
Advanced

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

170/257: gnu: ghc-x509-system: Update to 1.6.6.


From: Ricardo Wurmus
Subject: 170/257: gnu: ghc-x509-system: Update to 1.6.6.
Date: Thu, 27 Sep 2018 15:47:22 -0400 (EDT)

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

commit ecb72aa3f456e93429a313fac50073e96d6dff63
Author: Timothy Sample <address@hidden>
Date:   Wed Aug 29 00:33:57 2018 -0400

    gnu: ghc-x509-system: Update to 1.6.6.
    
    * gnu/packages/haskell-crypto.scm (ghc-x509-system): Update to 1.6.6.
---
 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 9903555..a4e0a22 100644
--- a/gnu/packages/haskell-crypto.scm
+++ b/gnu/packages/haskell-crypto.scm
@@ -512,7 +512,7 @@ list validation.")
 (define-public ghc-x509-system
   (package
     (name "ghc-x509-system")
-    (version "1.6.4")
+    (version "1.6.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://hackage.haskell.org/package/";
@@ -520,7 +520,7 @@ list validation.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0k7zc0xp7r6kqmi39rpiicvq78xb0pr2cq6q5s3kmmsshllg13nr"))))
+                "06a4m9c7vlr9nhp9gmqbb46arf0yj1dkdm4nip03hzy67spdmp20"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-pem" ,ghc-pem)



reply via email to

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