diff options
author | Timothy Sample <samplet@ngyro.com> | 2019-10-31 12:58:21 -0400 |
---|---|---|
committer | Timothy Sample <samplet@ngyro.com> | 2019-11-20 20:48:22 -0500 |
commit | d23edfce561fe9693e7d63e4c36645454f0068df (patch) | |
tree | 54eca132ec6a9ea41b230858f8415d6ed9b68493 /gnu/packages/haskell-crypto.scm | |
parent | ec25d53677a7e26514b92d5a501233c9ab591039 (diff) | |
download | guix-d23edfce561fe9693e7d63e4c36645454f0068df.tar guix-d23edfce561fe9693e7d63e4c36645454f0068df.tar.gz |
gnu: ghc-hsopenssl: Update to 0.11.4.17.
* gnu/packages/haskell-crypto.scm (ghc-hsopenssl): Update to 0.11.4.17.
[arguments]: Remove '#:cabal-revision'.
Diffstat (limited to 'gnu/packages/haskell-crypto.scm')
-rw-r--r-- | gnu/packages/haskell-crypto.scm | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/gnu/packages/haskell-crypto.scm b/gnu/packages/haskell-crypto.scm index 1652ae2b15..8e3168eedd 100644 --- a/gnu/packages/haskell-crypto.scm +++ b/gnu/packages/haskell-crypto.scm @@ -780,7 +780,7 @@ extensions.") (define-public ghc-hsopenssl (package (name "ghc-hsopenssl") - (version "0.11.4.15") + (version "0.11.4.17") (source (origin (method url-fetch) @@ -788,14 +788,11 @@ extensions.") "HsOpenSSL/HsOpenSSL-" version ".tar.gz")) (sha256 (base32 - "0idmak6d8mpbxphyq9hkxkmby2wnzhc1phywlgm0zw6q47pwxgff")))) + "0qivl9clmybfglwxqp2sq308rv4ia4rhwshcsc8b029bvpp0mpsi")))) (build-system haskell-build-system) (inputs `(("ghc-network" ,ghc-network) ("openssl" ,openssl))) - (arguments - `(#:cabal-revision - ("1" "0bkcw2pjfgv1bhgkrpncvwq9czfr7cr4ak14n0v8c2y33i33wk5z"))) (home-page "https://github.com/vshabanov/HsOpenSSL") (synopsis "Partial OpenSSL binding for Haskell") (description "HsOpenSSL is an OpenSSL binding for Haskell. It can |