aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2021-09-15 19:26:21 +0200
committerMarius Bakke <marius@gnu.org>2021-09-15 23:38:50 +0200
commit3b13dae8617ddda6125b493957ef13272b58e68c (patch)
tree91e747b9a3b5fd7de41062d59da3c46f7f7f4ed8
parent9be916aaaf72c939dcbac6d65287238e13039729 (diff)
downloadguix-3b13dae8617ddda6125b493957ef13272b58e68c.tar
guix-3b13dae8617ddda6125b493957ef13272b58e68c.tar.gz
gnu: python-aws-sam-translator: Update to 1.38.0.
* gnu/packages/python-web.scm (python-aws-sam-translator): Update to 1.38.0.
-rw-r--r--gnu/packages/python-web.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 9ff819f682..2b25cbc1c9 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -376,13 +376,13 @@ WSGI. This package includes libraries for implementing ASGI servers.")
(define-public python-aws-sam-translator
(package
(name "python-aws-sam-translator")
- (version "1.36.0")
+ (version "1.38.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "aws-sam-translator" version))
(sha256
(base32
- "115mcbb4r205c1hln199llqrvvbijfqz075rwx991l99jc6rj6zs"))))
+ "1djwlsjpbh13m4biglimrm9lq7hmla0k29giay7k3cjsrylxvjhf"))))
(build-system python-build-system)
(arguments
`(;; XXX: Tests are not distributed with the PyPI archive, and would