gnu: ghc-asn1-types: Update to 0.3.2.

* gnu/packages/haskell-crypto.scm (ghc-asn1-types): Update to 0.3.2.
This commit is contained in:
Tobias Geerinckx-Rice 2017-11-30 19:26:57 +01:00
parent c24bfc3d2c
commit 17c3a50dfd
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -34,7 +34,7 @@ (define-module (gnu packages haskell-crypto)
(define-public ghc-asn1-types
(package
(name "ghc-asn1-types")
(version "0.3.1")
(version "0.3.2")
(source (origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
@ -42,7 +42,7 @@ (define-public ghc-asn1-types
version ".tar.gz"))
(sha256
(base32
"1iif9yrh4mmj249gyvam0zb2vb3jnlz777gahh2z9sx00dsx9rja"))))
"05vjchyqiy9n275cygffhn0ma7fz7jx52j0dcdm9qm8h9bziymqc"))))
(build-system haskell-build-system)
(inputs
`(("ghc-memory" ,ghc-memory)