summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell-crypto.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2018-02-13 00:10:13 +0100
committerRicardo Wurmus <rekado@elephly.net>2018-02-13 13:37:38 +0100
commitac12129795a7b27bcfb9415e971a4e720fe44e47 (patch)
tree21ed88a9aa204f8588f63b76b73df6aecc8fea70 /gnu/packages/haskell-crypto.scm
parent95298963e3088067d8e116e48fdbc85b80964d54 (diff)
downloadguix-patches-ac12129795a7b27bcfb9415e971a4e720fe44e47.tar
guix-patches-ac12129795a7b27bcfb9415e971a4e720fe44e47.tar.gz
gnu: ghc-x509-store: Update to 1.6.2.
* gnu/packages/haskell-crypto.scm (ghc-x509-store): Update to 1.6.2.
Diffstat (limited to 'gnu/packages/haskell-crypto.scm')
-rw-r--r--gnu/packages/haskell-crypto.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-crypto.scm b/gnu/packages/haskell-crypto.scm
index 35112225e8..eb0dc0a7e7 100644
--- a/gnu/packages/haskell-crypto.scm
+++ b/gnu/packages/haskell-crypto.scm
@@ -449,7 +449,7 @@ libraries, like OpenSSL.")
(define-public ghc-x509-store
(package
(name "ghc-x509-store")
- (version "1.6.1")
+ (version "1.6.2")
(source (origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
@@ -457,7 +457,7 @@ libraries, like OpenSSL.")
version ".tar.gz"))
(sha256
(base32
- "01abx528i9f7djq2772xyna8x2mykrnwqkcfrapcx7z3bhprvml3"))))
+ "0yw09nwkvr324qz4sc27c0p28bz2h6gns6lkaz9mz92mgqf2dza9"))))
(build-system haskell-build-system)
(inputs
`(("ghc-mtl" ,ghc-mtl)