summary refs log tree commit diff
path: root/gnu/packages/haskell-crypto.scm
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 10:27:25 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:16 -0500
commite2c0db367594a6b9975ba93af87ad53e0bf2e813 (patch)
tree017fb1d376d629f4a904fe937d430b38f646be89 /gnu/packages/haskell-crypto.scm
parentc07e16dd2cf0b80da9ea9a08e42ba8b6be89f12b (diff)
downloadguix-e2c0db367594a6b9975ba93af87ad53e0bf2e813.tar.gz
gnu: ghc-asn1-parse: Update to 0.9.5.
* gnu/packages/haskell-crypto.scm (ghc-asn1-parse): Update to 0.9.5.
Diffstat (limited to 'gnu/packages/haskell-crypto.scm')
-rw-r--r--gnu/packages/haskell-crypto.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-crypto.scm b/gnu/packages/haskell-crypto.scm
index fe9c862603..1652ae2b15 100644
--- a/gnu/packages/haskell-crypto.scm
+++ b/gnu/packages/haskell-crypto.scm
@@ -85,7 +85,7 @@ supports for high level forms of ASN1 (BER, and DER).")
 (define-public ghc-asn1-parse
   (package
     (name "ghc-asn1-parse")
-    (version "0.9.4")
+    (version "0.9.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://hackage.haskell.org/package/"
@@ -93,7 +93,7 @@ supports for high level forms of ASN1 (BER, and DER).")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "025prsihk5g6rdv9xlfmj0zpa0wa3qjzj5i4ilzvg7f6f3sji8y6"))))
+                "17pk8y3nwv9b9i5j15qlmwi7fmq9ab2z4kfpjk2rvcrh9lsf27wg"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-asn1-types" ,ghc-asn1-types)