guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/10: gnu: python-aws-sam-translator: Update to 1.38.0.


From: guix-commits
Subject: 03/10: gnu: python-aws-sam-translator: Update to 1.38.0.
Date: Wed, 15 Sep 2021 17:41:41 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 3b13dae8617ddda6125b493957ef13272b58e68c
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Sep 15 19:26:21 2021 +0200

    gnu: python-aws-sam-translator: Update to 1.38.0.
    
    * gnu/packages/python-web.scm (python-aws-sam-translator): Update to 1.38.0.
---
 gnu/packages/python-web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 9ff819f..2b25cbc 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]