guix-commits
[Top][All Lists]
Advanced

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

245/272: gnu: ghc-aws: Update to 0.20.


From: Ricardo Wurmus
Subject: 245/272: gnu: ghc-aws: Update to 0.20.
Date: Mon, 1 Oct 2018 06:13:55 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 99daa2948810d6f738c8e133fec28f414c3e5db8
Author: Timothy Sample <address@hidden>
Date:   Wed Aug 29 01:30:54 2018 -0400

    gnu: ghc-aws: Update to 0.20.
    
    * gnu/packages/haskell.scm (ghc-aws): Update to 0.20.
---
 gnu/packages/haskell.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index ed83ece..94fa666 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -9656,14 +9656,14 @@ as well as a convenient Conduit module.")
 (define-public ghc-aws
   (package
     (name "ghc-aws")
-    (version "0.18")
+    (version "0.20")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://hackage.haskell.org/package/";
                            "aws-" version "/aws-" version ".tar.gz"))
        (sha256 (base32
-                "0h7473wkvc5xjzx5fd5k5fp70rjq5gqmn1cpy95mswvvfsq3irxj"))))
+                "0pwpabmypi1w8rni9qfwabgn95jks4h8dyw6889mn8xzsrhdhyf0"))))
     (build-system haskell-build-system)
     (arguments `(#:tests? #f)) ; Tests require AWS credentials.
     (inputs



reply via email to

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