Archived
1
0
Fork 0

gnu: ghc-aws: Update to 0.20.

* gnu/packages/haskell.scm (ghc-aws): Update to 0.20.
This commit is contained in:
Timothy Sample 2018-08-29 01:30:54 -04:00 committed by Ricardo Wurmus
parent c6cf0eb5fb
commit 99daa29488
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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