guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 753d67e5ef04e81beabbce788f820a060695b2f1
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Tue Aug 5 14:09:29 2025 +0100

    gnu: python-aws-sam-translator: Update to 1.99.0.
    
    * gnu/packages/python-web.scm (python-aws-sam-translator): Update to 1.99.0.
    [native-inputs]: Remove python-wheel.
    
    Change-Id: I977462818835f407e26f729d0ada80114cc38cea
---
 gnu/packages/python-web.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index d38ce05afb..e15d58e6d0 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1901,7 +1901,7 @@ routes using HTTP Digest Authentication.")
 (define-public python-aws-sam-translator
   (package
     (name "python-aws-sam-translator")
-    (version "1.94.0")
+    (version "1.99.0")
     (source
      (origin
        (method git-fetch)               ; no tests in PyPI release
@@ -1910,7 +1910,7 @@ routes using HTTP Digest Authentication.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0rrmp2a2lr1bb909x34j7dqkdynx48hfwxg9m488s0mws68f78m3"))))
+        (base32 "1k9a8r0kfjsrxk5z4yhipcynr2sqcl7lpc1xmdblxk76cqvsmkb3"))))
     (build-system pyproject-build-system)
     (arguments
      (list
@@ -1933,8 +1933,7 @@ routes using HTTP Digest Authentication.")
            python-setuptools
            python-pytest-xdist
            python-parameterized
-           python-pyyaml
-           python-wheel))
+           python-pyyaml))
     (propagated-inputs
      (list python-boto3
            python-jsonschema

Reply via email to