guix_mirror_bot pushed a commit to branch master
in repository guix.

commit d1c96e153d9e1b0eabee7e3b0ec774691c0c8e59
Author: Nicolas Graves <[email protected]>
AuthorDate: Thu Feb 12 09:48:38 2026 +0100

    gnu: python-aws-sam-translator: Update to 1.107.0.
    
    * gnu/packages/python-web.scm (python-aws-sam-translator): Update to 
1.107.0.
    
    Change-Id: I8d29577c3b30c5f751a11a97ca5800ad1481a654
    Reviewed-by: Hugo Buddelmeijer <[email protected]>
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/python-web.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 54aa6c3c36..116b37c7fc 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2649,7 +2649,7 @@ routes using HTTP Digest Authentication.")
 (define-public python-aws-sam-translator
   (package
     (name "python-aws-sam-translator")
-    (version "1.99.0")
+    (version "1.107.0")
     (source
      (origin
        (method git-fetch)               ; no tests in PyPI release
@@ -2658,7 +2658,7 @@ routes using HTTP Digest Authentication.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1k9a8r0kfjsrxk5z4yhipcynr2sqcl7lpc1xmdblxk76cqvsmkb3"))))
+        (base32 "0bx9ha9k6zx6gl1hsgm6cpq4xrfn604v2g1d5dh2d5zq0463gwfq"))))
     (build-system pyproject-build-system)
     (arguments
      (list
@@ -2678,10 +2678,10 @@ routes using HTTP Digest Authentication.")
               (setenv "AWS_DEFAULT_REGION" "eu-west-3"))))))
     (native-inputs
      (list python-pytest
-           python-setuptools
            python-pytest-xdist
            python-parameterized
-           python-pyyaml))
+           python-pyyaml
+           python-setuptools))
     (propagated-inputs
      (list python-boto3
            python-jsonschema

Reply via email to