gnu: ghc-cryptonite: Update to 0.19.
* gnu/packages/haskell.scm (ghc-cryptonite): Update to 0.19. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
301e762ad1
commit
eddc69241b
|
@ -5979,7 +5979,7 @@ tasty.")
|
||||||
(define-public ghc-cryptonite
|
(define-public ghc-cryptonite
|
||||||
(package
|
(package
|
||||||
(name "ghc-cryptonite")
|
(name "ghc-cryptonite")
|
||||||
(version "0.9")
|
(version "0.19")
|
||||||
(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/"
|
||||||
|
@ -5987,7 +5987,7 @@ tasty.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1h22x22lq2m8h456v5j50xm0l25bcm3h1pchsk83br909hjxql4z"))))
|
"1rw5k34vpn4134yrzdhf0rsshsrkixfbv9ap18di2n00z2cw1shw"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("ghc-memory" ,ghc-memory)
|
`(("ghc-memory" ,ghc-memory)
|
||||||
|
|
Loading…
Reference in New Issue