guix-commits
[Top][All Lists]
Advanced

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

111/329: gnu: ghc-asn1-encoding: Update to 0.9.6.


From: guix-commits
Subject: 111/329: gnu: ghc-asn1-encoding: Update to 0.9.6.
Date: Wed, 20 Nov 2019 21:17:23 -0500 (EST)

samplet pushed a commit to branch master
in repository guix.

commit 1b5dbe95a9539f6205e1f3facd26a32a3715290d
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 10:23:26 2019 -0400

    gnu: ghc-asn1-encoding: Update to 0.9.6.
    
    * gnu/packages/haskell-crypto.scm (ghc-asn1-encoding): Update to 0.9.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 081309e..fe9c862 100644
--- a/gnu/packages/haskell-crypto.scm
+++ b/gnu/packages/haskell-crypto.scm
@@ -59,7 +59,7 @@ format.")
 (define-public ghc-asn1-encoding
   (package
     (name "ghc-asn1-encoding")
-    (version "0.9.5")
+    (version "0.9.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://hackage.haskell.org/package/";
@@ -67,7 +67,7 @@ format.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0adgbamyq0mj1l1hdq4zyyllay714bac1wl0rih3fv1z6vykp1hy"))))
+                "02nsr30h5yic1mk7znf0q4z3n560ip017n60hg7ya25rsfmxxy6r"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-hourglass" ,ghc-hourglass)



reply via email to

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