gnu: ghc-cryptonite: Update to 0.25.

* gnu/packages/haskell-crypto.scm (ghc-cryptonite): Update to 0.25.
[inputs]: Add ghc-basement.
master
Ricardo Wurmus 2018-03-26 19:39:43 +02:00
parent 150e8e25f5
commit 5b5dbece6b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 3 deletions

View File

@ -257,7 +257,7 @@ the C implementation.")
(define-public ghc-cryptonite (define-public ghc-cryptonite
(package (package
(name "ghc-cryptonite") (name "ghc-cryptonite")
(version "0.20") (version "0.25")
(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/"
@ -265,10 +265,11 @@ the C implementation.")
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0m63np0affci7ba9mrkvw2flzxn0s2mk930xldc4dwijw32gl6r6")))) "131wbbdr5yavs5k1ah9sz6fqx1ffyvaxf66pwjzsfc47mwc1mgl9"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs (inputs
`(("ghc-memory" ,ghc-memory) `(("ghc-basement" ,ghc-basement)
("ghc-memory" ,ghc-memory)
("ghc-byteable" ,ghc-byteable))) ("ghc-byteable" ,ghc-byteable)))
(native-inputs (native-inputs
`(("ghc-tasty" ,ghc-tasty) `(("ghc-tasty" ,ghc-tasty)