~ruther/guix-local

b7032e192d811b9d17826c482f834e4ac3a2665c — Ricardo Wurmus 8 years ago 4406f47
gnu: ghc-cryptonite: Update to 0.20.

* gnu/packages/haskell-crypto.scm (ghc-cryptonite): Update to 0.20.
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/haskell-crypto.scm
M gnu/packages/haskell-crypto.scm => gnu/packages/haskell-crypto.scm +3 -3
@@ 1,6 1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2015 Paul van der Walt <paul@denknerd.org>
;;; Copyright © 2015, 2017 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2015, 2017, 2018 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2016 ng0 <ng0@infotropique.org>
;;; Copyright © 2017 rsiddharth <s@ricketyspace.net>
;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>


@@ 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)