gnu: ghc-aws: Update to 0.20.
* gnu/packages/haskell.scm (ghc-aws): Update to 0.20.
This commit is contained in:
		
							parent
							
								
									c6cf0eb5fb
								
							
						
					
					
						commit
						99daa29488
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -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
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue