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
|
||||
(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")))
|
||||
|
|
Loading…
Reference in a new issue