guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/15: gnu: python-cfn-lint: Update to 0.54.3.


From: guix-commits
Subject: 09/15: gnu: python-cfn-lint: Update to 0.54.3.
Date: Sat, 11 Dec 2021 18:29:31 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit f3416ebc2e0a10e35f5bab3e7f8f3081bfa75c59
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Fri Nov 5 01:58:30 2021 +0000

    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>
---
 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 becd1cf..f47ba86 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -501,8 +501,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
@@ -511,7 +511,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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]