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:
Lars-Dominik Braun 2021-10-25 14:28:33 +02:00
parent 987f3d8351
commit 79864292f9
No known key found for this signature in database
GPG key ID: F663943E08D8092A

View file

@ -780,7 +780,7 @@ (define-public ghc-tls
(define-public ghc-hsopenssl
(package
(name "ghc-hsopenssl")
(version "0.11.7.1")
(version "0.11.7.2")
(source
(origin
(method url-fetch)
@ -788,7 +788,7 @@ (define-public ghc-hsopenssl
"HsOpenSSL/HsOpenSSL-" version ".tar.gz"))
(sha256
(base32
"1vkcs0crifjpgr1rxkbzkwyhl4zg84m5bfxkp095mgry557gqzm8"))))
"0ysdfl8ck3nzhx597fa13dqf31jq5gzwajlak6r91jajks9w0dl5"))))
(build-system haskell-build-system)
(arguments
`(#:extra-directories ("openssl")))