gnu: ghc-sha: Update to 1.6.4.4.

* gnu/packages/haskell-crypto.scm (ghc-sha): Update to 1.6.4.4.
This commit is contained in:
Timothy Sample 2018-08-28 22:59:41 -04:00 committed by Ricardo Wurmus
parent c496fb9873
commit c1c35c3b0e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -391,14 +391,14 @@ interface.")
(define-public ghc-sha (define-public ghc-sha
(package (package
(name "ghc-sha") (name "ghc-sha")
(version "1.6.4.2") (version "1.6.4.4")
(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/"
"SHA/SHA-" version ".tar.gz")) "SHA/SHA-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"134ajm87fm4lpsw86m9q8apv20dw4bpk46raa389zr6bcdpifw64")))) "0i4b2wjisivdy72synal711ywhx05mfqfba5n65rk8qidggm1nbb"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(native-inputs (native-inputs
`(("ghc-quickcheck" ,ghc-quickcheck) `(("ghc-quickcheck" ,ghc-quickcheck)