gnu: ghc-asn1-encoding: Update to 0.9.6.
* gnu/packages/haskell-crypto.scm (ghc-asn1-encoding): Update to 0.9.6.
This commit is contained in:
parent
d215f1ccad
commit
1b5dbe95a9
1 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@ format.")
|
||||||
(define-public ghc-asn1-encoding
|
(define-public ghc-asn1-encoding
|
||||||
(package
|
(package
|
||||||
(name "ghc-asn1-encoding")
|
(name "ghc-asn1-encoding")
|
||||||
(version "0.9.5")
|
(version "0.9.6")
|
||||||
(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/"
|
||||||
|
@ -67,7 +67,7 @@ format.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0adgbamyq0mj1l1hdq4zyyllay714bac1wl0rih3fv1z6vykp1hy"))))
|
"02nsr30h5yic1mk7znf0q4z3n560ip017n60hg7ya25rsfmxxy6r"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-hourglass" ,ghc-hourglass)
|
`(("ghc-hourglass" ,ghc-hourglass)
|
||||||
|
|
Reference in a new issue