mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 20:57:12 -05:00
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:
parent
589b9d6f29
commit
f3416ebc2e
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue