gnu: python-aws-sam-translator: Update to 1.36.0.
* gnu/packages/python-web.scm (python-aws-sam-translator): Update to 1.36.0.
This commit is contained in:
		
							parent
							
								
									cfe79af7e6
								
							
						
					
					
						commit
						5c9f614e69
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -362,13 +362,13 @@ WSGI.  This package includes libraries for implementing ASGI servers.")
 | 
				
			||||||
(define-public python-aws-sam-translator
 | 
					(define-public python-aws-sam-translator
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "python-aws-sam-translator")
 | 
					    (name "python-aws-sam-translator")
 | 
				
			||||||
    (version "1.30.1")
 | 
					    (version "1.36.0")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (pypi-uri "aws-sam-translator" version))
 | 
					              (uri (pypi-uri "aws-sam-translator" version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "0d9ppd94x2kw404m49ajswmmxgdngbs4p5ajyrdvnlivfzqbv7dx"))))
 | 
					                "115mcbb4r205c1hln199llqrvvbijfqz075rwx991l99jc6rj6zs"))))
 | 
				
			||||||
    (build-system python-build-system)
 | 
					    (build-system python-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(;; XXX: Tests are not distributed with the PyPI archive, and would
 | 
					     `(;; XXX: Tests are not distributed with the PyPI archive, and would
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue