gnu: ghc-asn1-types: Update to 0.3.3.
* gnu/packages/haskell-crypto.scm (ghc-asn1-types): Update to 0.3.3.
This commit is contained in:
parent
a777c69aaf
commit
a47ef464ce
1 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@
|
||||||
(define-public ghc-asn1-types
|
(define-public ghc-asn1-types
|
||||||
(package
|
(package
|
||||||
(name "ghc-asn1-types")
|
(name "ghc-asn1-types")
|
||||||
(version "0.3.2")
|
(version "0.3.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://hackage.haskell.org/package/"
|
(uri (string-append "https://hackage.haskell.org/package/"
|
||||||
|
@ -44,7 +44,7 @@
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"05vjchyqiy9n275cygffhn0ma7fz7jx52j0dcdm9qm8h9bziymqc"))))
|
"162lacdl9jr42pdhaj9hxqlba6hjxm6g866anna74q6v3cvw5ssp"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-memory" ,ghc-memory)
|
`(("ghc-memory" ,ghc-memory)
|
||||||
|
|
Reference in a new issue