guix-patches
[Top][All Lists]
Advanced

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

[bug#50018] [PATCH 06/19] gnu: python-cfn-lint: Update to 0.53.0.


From: Vinicius Monego
Subject: [bug#50018] [PATCH 06/19] gnu: python-cfn-lint: Update to 0.53.0.
Date: Wed, 11 Aug 2021 23:44:58 +0000

* gnu/packages/python-web.scm (python-cfn-lint): Update to 0.53.0.
---
 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 041fb2d7b7..e1da025cfb 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -488,7 +488,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.51.0")
+    (version "0.53.0")
     (home-page "https://github.com/aws-cloudformation/cfn-python-lint";)
     (source (origin
               (method git-fetch)
@@ -498,7 +498,7 @@ emit information from within their applications to the AWS 
X-Ray service.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1027s243sik25c6sqw6gla7k7vl3jdicrik5zdsa8pafxh2baja4"))))
+                "1njcrwanq0py0qpz875bg05jyrs2cvpcc570xxb8rjh139n1nxsh"))))
     (build-system python-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases
-- 
2.30.2






reply via email to

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