gnu: python-cfn-lint: Update to 0.54.3.

* gnu/packages/python-web.scm (python-cfn-lint): Update to 0.54.3.
[home-page]: Follow redirect.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Vinicius Monego 2021-11-05 01:58:30 +00:00 committed by Ludovic Courtès
parent 589b9d6f29
commit f3416ebc2e
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -501,8 +501,8 @@ (define-public python-aws-xray-sdk
(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
@ -511,7 +511,7 @@ (define-public python-cfn-lint
(file-name (git-file-name name version))
(sha256
(base32
"161mzzlpbi85q43kwzrj39qb32l6wg6xhnbbd4z860yrfbymsn87"))))
"106qf19n2k6sdjkb4006aidibd24qqiw901c1613xgjpnyw4dyl6"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases