mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
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>
This commit is contained in:
parent
5440d6be78
commit
2070ce84ec
1 changed files with 2 additions and 2 deletions
|
@ -564,13 +564,13 @@ (define-public python-css-html-js-minify
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue