gnu: awscli: Update to 1.14.41.
* gnu/packages/python-web.scm (awscli): Update to 1.14.41.
This commit is contained in:
		
							parent
							
								
									659fef8ddb
								
							
						
					
					
						commit
						331ebb7f94
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -14,7 +14,7 @@
 | 
				
			||||||
;;; Copyright © 2015 Cyril Roelandt <tipecaml@gmail.com>
 | 
					;;; Copyright © 2015 Cyril Roelandt <tipecaml@gmail.com>
 | 
				
			||||||
;;; Copyright © 2015, 2016, 2017 Leo Famulari <leo@famulari.name>
 | 
					;;; Copyright © 2015, 2016, 2017 Leo Famulari <leo@famulari.name>
 | 
				
			||||||
;;; Copyright © 2016 Hartmut Goebel <h.goebel@crazy-compilers.com>
 | 
					;;; Copyright © 2016 Hartmut Goebel <h.goebel@crazy-compilers.com>
 | 
				
			||||||
;;; Copyright © 2016, 2017 Tobias Geerinckx-Rice <me@tobias.gr>
 | 
					;;; Copyright © 2016, 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr>
 | 
				
			||||||
;;; Copyright © 2015, 2017 Ben Woodcroft <donttrustben@gmail.com>
 | 
					;;; Copyright © 2015, 2017 Ben Woodcroft <donttrustben@gmail.com>
 | 
				
			||||||
;;; Copyright © 2015, 2016 Christopher Allan Webber <cwebber@dustycloud.org>
 | 
					;;; Copyright © 2015, 2016 Christopher Allan Webber <cwebber@dustycloud.org>
 | 
				
			||||||
;;; Copyright © 2017 Adriano Peluso <catonano@gmail.com>
 | 
					;;; Copyright © 2017 Adriano Peluso <catonano@gmail.com>
 | 
				
			||||||
| 
						 | 
					@ -1215,14 +1215,14 @@ supports url redirection and retries, and also gzip and deflate decoding.")
 | 
				
			||||||
(define-public awscli
 | 
					(define-public awscli
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
   (name "awscli")
 | 
					   (name "awscli")
 | 
				
			||||||
   (version "1.14.32")
 | 
					   (version "1.14.41")
 | 
				
			||||||
   (source
 | 
					   (source
 | 
				
			||||||
    (origin
 | 
					    (origin
 | 
				
			||||||
     (method url-fetch)
 | 
					     (method url-fetch)
 | 
				
			||||||
     (uri (pypi-uri name version))
 | 
					     (uri (pypi-uri name version))
 | 
				
			||||||
     (sha256
 | 
					     (sha256
 | 
				
			||||||
      (base32
 | 
					      (base32
 | 
				
			||||||
       "09i82nf43pv5v598wvbj4nk1bfc64wp7xzlx5ykaca5m40lkarz0"))))
 | 
					       "0sispclx263lybbk19zp1n9yhg8xxx4jddypzgi24vpjaqnsbwlc"))))
 | 
				
			||||||
   (build-system python-build-system)
 | 
					   (build-system python-build-system)
 | 
				
			||||||
   (propagated-inputs
 | 
					   (propagated-inputs
 | 
				
			||||||
    `(("python-colorama" ,python-colorama)
 | 
					    `(("python-colorama" ,python-colorama)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue