guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/09: gnu: ghc-aws: Update to 0.18.


From: Tobias Geerinckx-Rice
Subject: 03/09: gnu: ghc-aws: Update to 0.18.
Date: Wed, 6 Dec 2017 09:00:40 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 0faddfc392a62c4b5b4e68487d1835ab1aeab858
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Dec 5 18:45:19 2017 +0100

    gnu: ghc-aws: Update to 0.18.
    
    * gnu/packages/haskell.scm (ghc-aws): Update to 0.18.
    [inputs]: Replace ghc-cryptohash with ghc-cryptonite.
---
 gnu/packages/haskell.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 66ccbae..4d1aabf 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -7985,14 +7985,14 @@ as well as a convenient Conduit module.")
 (define-public ghc-aws
   (package
     (name "ghc-aws")
-    (version "0.17.1")
+    (version "0.18")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://hackage.haskell.org/package/";
                            "aws-" version "/aws-" version ".tar.gz"))
        (sha256 (base32
-                "1q4qh58vj8447a4fl88n3nkpdc4yv293qsh02w6zvszd6ch61yh7"))))
+                "0h7473wkvc5xjzx5fd5k5fp70rjq5gqmn1cpy95mswvvfsq3irxj"))))
     (build-system haskell-build-system)
     (arguments `(#:tests? #f)) ; Tests require AWS credentials.
     (inputs
@@ -8006,7 +8006,7 @@ as well as a convenient Conduit module.")
        ("ghc-cereal" ,ghc-cereal)
        ("ghc-conduit" ,ghc-conduit)
        ("ghc-conduit-extra" ,ghc-conduit-extra)
-       ("ghc-cryptohash" ,ghc-cryptohash)
+       ("ghc-cryptonite" ,ghc-cryptonite)
        ("ghc-data-default" ,ghc-data-default)
        ("ghc-http-conduit" ,ghc-http-conduit)
        ("ghc-http-types" ,ghc-http-types)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]