diff options
author | Timothy Sample <samplet@ngyro.com> | 2018-08-29 00:21:43 -0400 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-10-01 12:12:16 +0200 |
commit | bb7d443d85a3dfc8577ae14fc5d38315c61b233b (patch) | |
tree | eb9879c859b145aa399061c55bfd4fc83eaffe02 /gnu/packages/haskell-crypto.scm | |
parent | 7307a2f8a41fa11a56baa88ae22934572b1900f2 (diff) | |
download | guix-bb7d443d85a3dfc8577ae14fc5d38315c61b233b.tar.gz |
gnu: ghc-x509: Update to 1.7.3.
* gnu/packages/haskell-crypto.scm (ghc-x509): Update to 1.7.3.
Diffstat (limited to 'gnu/packages/haskell-crypto.scm')
-rw-r--r-- | gnu/packages/haskell-crypto.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-crypto.scm b/gnu/packages/haskell-crypto.scm index bb0ee074c2..cff678d724 100644 --- a/gnu/packages/haskell-crypto.scm +++ b/gnu/packages/haskell-crypto.scm @@ -423,14 +423,14 @@ libraries, like OpenSSL.") (define-public ghc-x509 (package (name "ghc-x509") - (version "1.6.4") + (version "1.7.3") (source (origin (method url-fetch) (uri (string-append "https://hackage.haskell.org/package/" "x509/x509-" version ".tar.gz")) (sha256 (base32 - "0hixx76wpb4qxida017ka5zr6lrsycahrqyw8z90q9mxvndpy3my")))) + "0mkk29g32fs70bqkikg83v45h9jig9c8aail3mrdqwxpkfa0yx21")))) (build-system haskell-build-system) (inputs `(("ghc-memory" ,ghc-memory) |