mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: ghc-hsopenssl: Update to 0.11.7.2.
* gnu/packages/haskell-crypto.scm (ghc-hsopenssl): Update to 0.11.7.2.
This commit is contained in:
parent
987f3d8351
commit
79864292f9
1 changed files with 2 additions and 2 deletions
|
@ -780,7 +780,7 @@ (define-public ghc-tls
|
||||||
(define-public ghc-hsopenssl
|
(define-public ghc-hsopenssl
|
||||||
(package
|
(package
|
||||||
(name "ghc-hsopenssl")
|
(name "ghc-hsopenssl")
|
||||||
(version "0.11.7.1")
|
(version "0.11.7.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -788,7 +788,7 @@ (define-public ghc-hsopenssl
|
||||||
"HsOpenSSL/HsOpenSSL-" version ".tar.gz"))
|
"HsOpenSSL/HsOpenSSL-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1vkcs0crifjpgr1rxkbzkwyhl4zg84m5bfxkp095mgry557gqzm8"))))
|
"0ysdfl8ck3nzhx597fa13dqf31jq5gzwajlak6r91jajks9w0dl5"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:extra-directories ("openssl")))
|
`(#:extra-directories ("openssl")))
|
||||||
|
|
Loading…
Reference in a new issue