[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#51396] [PATCH 2/7] gnu: python-cfn-lint: Update to 0.54.3.
From: |
Vinicius Monego |
Subject: |
[bug#51396] [PATCH 2/7] gnu: python-cfn-lint: Update to 0.54.3. |
Date: |
Mon, 25 Oct 2021 19:50:00 +0000 |
* gnu/packages/python-web.scm (python-cfn-lint): Update to 0.54.3.
---
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 2a3ca36e1e..af6443795e 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -478,7 +478,7 @@ emit information from within their applications to the AWS
X-Ray service.")
(define-public python-cfn-lint
(package
(name "python-cfn-lint")
- (version "0.54.1")
+ (version "0.54.3")
(home-page "https://github.com/aws-cloudformation/cfn-python-lint")
(source (origin
(method git-fetch)
@@ -488,7 +488,7 @@ emit information from within their applications to the AWS
X-Ray service.")
(file-name (git-file-name name version))
(sha256
(base32
- "161mzzlpbi85q43kwzrj39qb32l6wg6xhnbbd4z860yrfbymsn87"))))
+ "106qf19n2k6sdjkb4006aidibd24qqiw901c1613xgjpnyw4dyl6"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases
--
2.30.2
- [bug#51396] [PATCH 0/7] Update python-moto., Vinicius Monego, 2021/10/25
- [bug#51396] [PATCH 1/7] gnu: python-aws-sam-translator: Update to 1.39.0., Vinicius Monego, 2021/10/25
- [bug#51396] [PATCH 5/7] gnu: Update awscli, python-boto3 and python-botocore., Vinicius Monego, 2021/10/25
- [bug#51396] [PATCH 4/7] gnu: python-s3transfer: Update to 0.5.0., Vinicius Monego, 2021/10/25
- [bug#51396] [PATCH 2/7] gnu: python-cfn-lint: Update to 0.54.3.,
Vinicius Monego <=
- [bug#51396] [PATCH 3/7] gnu: python-cfn-lint: Respect #:tests?., Vinicius Monego, 2021/10/25
- [bug#51396] [PATCH 6/7] gnu: python-moto: Update to 2.2.11., Vinicius Monego, 2021/10/25
- [bug#51396] [PATCH 7/7] gnu: python-moto: Respect #:tests?., Vinicius Monego, 2021/10/25