summary refs log tree commit diff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorGreg Hogan <code@greghogan.com>2022-09-22 19:44:05 +0000
committerLudovic Courtès <ludo@gnu.org>2022-10-02 23:21:34 +0200
commit2070ce84ec3a3c683ff63b984af5cd7a0e813c1c (patch)
tree408b7b5d3a3da9bed9944eec417aaa25b1990521 /gnu/packages/python-web.scm
parent5440d6be786d70831ae7474cc8da5270252fa923 (diff)
downloadguix-2070ce84ec3a3c683ff63b984af5cd7a0e813c1c.tar.gz
gnu: python-aws-sam-translator: Update to 1.51.0.
* gnu/packages/python-web.scm (python-aws-sam-translator): Update to 1.51.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/python-web.scm')
-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 2983381cc2..09dbebf44c 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -564,13 +564,13 @@ WSGI.  This package includes libraries for implementing ASGI servers.")
 (define-public python-aws-sam-translator
   (package
     (name "python-aws-sam-translator")
-    (version "1.40.0")
+    (version "1.51.0")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "aws-sam-translator" version))
               (sha256
                (base32
-                "1hq5ggbzcq4k3ks439hki493w4sasgaxns6j5x57xsj822acalmf"))))
+                "1ywzchc3nk13xh593j7b14qp3y0fdx7cfbdhnm34p39av66xffac"))))
     (build-system python-build-system)
     (arguments
      `(;; XXX: Tests are not distributed with the PyPI archive, and would