diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-06-21 14:37:46 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-06-21 17:53:25 +0200 |
commit | 5c9f614e699342e9e8afb38287c089e6282a99a1 (patch) | |
tree | df1d7b9661076745908cec297e383d4c63f8cb9c /gnu/packages | |
parent | cfe79af7e6798e26d4676cd0158ba37b80370665 (diff) | |
download | guix-5c9f614e699342e9e8afb38287c089e6282a99a1.tar.gz guix-5c9f614e699342e9e8afb38287c089e6282a99a1.zip |
gnu: python-aws-sam-translator: Update to 1.36.0.
* gnu/packages/python-web.scm (python-aws-sam-translator): Update to 1.36.0.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python-web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 86a732fa1b..43454d4b59 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -362,13 +362,13 @@ WSGI. This package includes libraries for implementing ASGI servers.") (define-public python-aws-sam-translator (package (name "python-aws-sam-translator") - (version "1.30.1") + (version "1.36.0") (source (origin (method url-fetch) (uri (pypi-uri "aws-sam-translator" version)) (sha256 (base32 - "0d9ppd94x2kw404m49ajswmmxgdngbs4p5ajyrdvnlivfzqbv7dx")))) + "115mcbb4r205c1hln199llqrvvbijfqz075rwx991l99jc6rj6zs")))) (build-system python-build-system) (arguments `(;; XXX: Tests are not distributed with the PyPI archive, and would |