gnu: ghc-asn1-types: Update to 0.3.3.
authorTimothy Sample <samplet@ngyro.com>
Thu, 31 Oct 2019 14:22:50 +0000 (10:22 -0400)
committerTimothy Sample <samplet@ngyro.com>
Thu, 21 Nov 2019 01:48:13 +0000 (20:48 -0500)
* gnu/packages/haskell-crypto.scm (ghc-asn1-types): Update to 0.3.3.

gnu/packages/haskell-crypto.scm

index d6ccabb..081309e 100644 (file)
@@ -36,7 +36,7 @@
 (define-public ghc-asn1-types
   (package
     (name "ghc-asn1-types")
-    (version "0.3.2")
+    (version "0.3.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://hackage.haskell.org/package/"
@@ -44,7 +44,7 @@
                                   version ".tar.gz"))
               (sha256
                (base32
-                "05vjchyqiy9n275cygffhn0ma7fz7jx52j0dcdm9qm8h9bziymqc"))))
+                "162lacdl9jr42pdhaj9hxqlba6hjxm6g866anna74q6v3cvw5ssp"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-memory" ,ghc-memory)