diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-02-13 00:09:57 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-02-13 13:37:38 +0100 |
commit | 95298963e3088067d8e116e48fdbc85b80964d54 (patch) | |
tree | f6246109268a637a6f3858a7297bdc9ed281c9e0 /gnu/packages | |
parent | b7032e192d811b9d17826c482f834e4ac3a2665c (diff) |
gnu: ghc-x509: Update to 1.6.4.
* gnu/packages/haskell-crypto.scm (ghc-x509): Update to 1.6.4.
Diffstat (limited to 'gnu/packages')
-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 9eb901c921..35112225e8 100644 --- a/gnu/packages/haskell-crypto.scm +++ b/gnu/packages/haskell-crypto.scm @@ -419,14 +419,14 @@ libraries, like OpenSSL.") (define-public ghc-x509 (package (name "ghc-x509") - (version "1.6.3") + (version "1.6.4") (source (origin (method url-fetch) (uri (string-append "https://hackage.haskell.org/package/" "x509/x509-" version ".tar.gz")) (sha256 (base32 - "1pmsby29abn485fvnymsgipvb3p1ch9c591xj5ncszkf0ivjiiin")))) + "0hixx76wpb4qxida017ka5zr6lrsycahrqyw8z90q9mxvndpy3my")))) (build-system haskell-build-system) (inputs `(("ghc-memory" ,ghc-memory) |