rekado pushed a commit to branch master
in repository guix.
commit b7032e192d811b9d17826c482f834e4ac3a2665c
Author: Ricardo Wurmus <[email protected]>
Date: Tue Feb 13 00:09:45 2018 +0100
gnu: ghc-cryptonite: Update to 0.20.
* gnu/packages/haskell-crypto.scm (ghc-cryptonite): Update to 0.20.
---
gnu/packages/haskell-crypto.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/haskell-crypto.scm b/gnu/packages/haskell-crypto.scm
index f1c9b9f..9eb901c 100644
--- a/gnu/packages/haskell-crypto.scm
+++ b/gnu/packages/haskell-crypto.scm
@@ -1,6 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2015 Paul van der Walt <[email protected]>
-;;; Copyright © 2015, 2017 Ricardo Wurmus <[email protected]>
+;;; Copyright © 2015, 2017, 2018 Ricardo Wurmus <[email protected]>
;;; Copyright © 2016 ng0 <[email protected]>
;;; Copyright © 2017 rsiddharth <[email protected]>
;;; Copyright © 2017 Tobias Geerinckx-Rice <[email protected]>
@@ -257,7 +257,7 @@ the C implementation.")
(define-public ghc-cryptonite
(package
(name "ghc-cryptonite")
- (version "0.19")
+ (version "0.20")
(source (origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
@@ -265,7 +265,7 @@ the C implementation.")
version ".tar.gz"))
(sha256
(base32
- "1rw5k34vpn4134yrzdhf0rsshsrkixfbv9ap18di2n00z2cw1shw"))))
+ "0m63np0affci7ba9mrkvw2flzxn0s2mk930xldc4dwijw32gl6r6"))))
(build-system haskell-build-system)
(inputs
`(("ghc-memory" ,ghc-memory)