[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/14: gnu: python-aws-sam-translator: Update to 1.51.0.
From: |
guix-commits |
Subject: |
09/14: gnu: python-aws-sam-translator: Update to 1.51.0. |
Date: |
Sun, 2 Oct 2022 18:11:34 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 2070ce84ec3a3c683ff63b984af5cd7a0e813c1c
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Thu Sep 22 19:44:05 2022 +0000
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>
---
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 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
- branch master updated (bb3b810167 -> 582b1f626f), guix-commits, 2022/10/02
- 01/14: transformations: Switch to SRFI-71., guix-commits, 2022/10/02
- 03/14: read-print: Fix indentation rule for 'match-lambda*'., guix-commits, 2022/10/02
- 04/14: gnu: ffmpeg@4: Build against SDL2 2.0 so 'ffplay' gets built., guix-commits, 2022/10/02
- 05/14: gnu: Add tdlib-1.8.0., guix-commits, 2022/10/02
- 07/14: gnu: Add texlive-generic-xstring., guix-commits, 2022/10/02
- 08/14: gnu: python-networkx: Update to 2.8.6., guix-commits, 2022/10/02
- 09/14: gnu: python-aws-sam-translator: Update to 1.51.0.,
guix-commits <=
- 11/14: gnu: Add python-sarif-om., guix-commits, 2022/10/02
- 13/14: gnu: python-setools: Update to 4.4.0., guix-commits, 2022/10/02
- 14/14: gnu: python-louvain: Fix test., guix-commits, 2022/10/02
- 10/14: gnu: Add python-jschema-to-python., guix-commits, 2022/10/02
- 02/14: doc: Update the URL of ISC DHCP., guix-commits, 2022/10/02
- 06/14: gnu: emacs-telega: Use tdlib-1.8.0, guix-commits, 2022/10/02
- 12/14: gnu: python-cfn-lint: Update to 0.65.0., guix-commits, 2022/10/02