me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/haskell-crypto.scm (ghc-asn1-types): Update to 0.3.3.
master
Timothy Sample 2019-10-31 10:22:50 -04:00
parent a777c69aaf
commit a47ef464ce
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59
1 changed files with 2 additions and 2 deletions

View 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)