gnu: ghc-crypto-api: Update to 0.13.3.
* gnu/packages/haskell-crypto.scm (ghc-crypto-api): Update to 0.13.3.
This commit is contained in:
parent
f5aa584541
commit
0f108b33a7
|
@ -107,7 +107,7 @@ when ASN1 pattern matching is not convenient.")
|
||||||
(define-public ghc-crypto-api
|
(define-public ghc-crypto-api
|
||||||
(package
|
(package
|
||||||
(name "ghc-crypto-api")
|
(name "ghc-crypto-api")
|
||||||
(version "0.13.2")
|
(version "0.13.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -116,7 +116,7 @@ when ASN1 pattern matching is not convenient.")
|
||||||
"crypto-api-" version ".tar.gz"))
|
"crypto-api-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1vc27qcgbg7hf50rkqhlrs58zn1888ilh4b6wrrm07bnm48xacak"))))
|
"19bsmkqkpnvh01b77pmyarx00fic15j4hvg4pzscrj4prskrx2i9"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs `(("ghc-cereal" ,ghc-cereal)
|
(inputs `(("ghc-cereal" ,ghc-cereal)
|
||||||
("ghc-tagged" ,ghc-tagged)
|
("ghc-tagged" ,ghc-tagged)
|
||||||
|
|
Loading…
Reference in New Issue