guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: python-bandit: Update to 1.7.4.


From: guix-commits
Subject: 02/05: gnu: python-bandit: Update to 1.7.4.
Date: Thu, 23 Jun 2022 08:01:57 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit c0afc06ecb5dd346aab753dfa6a3f5f819092ef5
Author: jgart <jgart@dismail.de>
AuthorDate: Sun Jun 12 01:13:24 2022 -0500

    gnu: python-bandit: Update to 1.7.4.
    
    * gnu/packages/openstack.scm (python-bandit): Update to 1.7.4.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 gnu/packages/openstack.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm
index e121c7ffdb..0721d27dbf 100644
--- a/gnu/packages/openstack.scm
+++ b/gnu/packages/openstack.scm
@@ -49,14 +49,14 @@
 (define-public python-bandit
   (package
     (name "python-bandit")
-    (version "1.6.2")
+    (version "1.7.4")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "bandit" version))
        (sha256
         (base32
-         "0rb034c99pyhb4a60z7f2kz40cjydhm8m9v2blaal1rmhlam7rs1"))))
+         "1lkvf5ffdqa9504mm5fd9vvq0q5wdyqbkm32i4rswys1fg2shqrd"))))
     (build-system python-build-system)
     (arguments
      ;; The tests are disabled to avoid a circular dependency with



reply via email to

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