[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#51396] [PATCH v2 2/8] gnu: python-cfn-lint: Update to 0.54.3.
From: |
Vinicius Monego |
Subject: |
[bug#51396] [PATCH v2 2/8] gnu: python-cfn-lint: Update to 0.54.3. |
Date: |
Fri, 5 Nov 2021 01:58:30 +0000 |
* gnu/packages/python-web.scm (python-cfn-lint): Update to 0.54.3.
[home-page]: Follow redirect.
---
gnu/packages/python-web.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 29c0b7e15e..4ffdb0ad7f 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -496,8 +496,8 @@ 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")
- (home-page "https://github.com/aws-cloudformation/cfn-python-lint")
+ (version "0.54.3")
+ (home-page "https://github.com/aws-cloudformation/cfn-lint")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -506,7 +506,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 v2 1/8] gnu: python-aws-sam-translator: Update to 1.40.0., Vinicius Monego, 2021/11/04
- [bug#51396] [PATCH v2 4/8] gnu: python-s3transfer: Update to 0.5.0., Vinicius Monego, 2021/11/04
- [bug#51396] [PATCH v2 3/8] gnu: python-cfn-lint: Honor #:tests? flag., Vinicius Monego, 2021/11/04
- [bug#51396] [PATCH v2 5/8] gnu: python-s3transfer: Honor #:tests? flag., Vinicius Monego, 2021/11/04
- [bug#51396] [PATCH v2 7/8] gnu: python-moto: Update to 2.2.12., Vinicius Monego, 2021/11/04
- [bug#51396] [PATCH v2 6/8] gnu: Update awscli, python-boto3 and python-botocore., Vinicius Monego, 2021/11/04
- [bug#51396] [PATCH v2 2/8] gnu: python-cfn-lint: Update to 0.54.3.,
Vinicius Monego <=
- [bug#51396] [PATCH v2 8/8] gnu: python-moto: Honor #:tests? flag., Vinicius Monego, 2021/11/04