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>
This commit is contained in:
jgart 2022-06-12 01:13:24 -05:00 committed by Christopher Baines
parent 9d30cfa337
commit c0afc06ecb
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -49,14 +49,14 @@
(define-public python-bandit (define-public python-bandit
(package (package
(name "python-bandit") (name "python-bandit")
(version "1.6.2") (version "1.7.4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "bandit" version)) (uri (pypi-uri "bandit" version))
(sha256 (sha256
(base32 (base32
"0rb034c99pyhb4a60z7f2kz40cjydhm8m9v2blaal1rmhlam7rs1")))) "1lkvf5ffdqa9504mm5fd9vvq0q5wdyqbkm32i4rswys1fg2shqrd"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
;; The tests are disabled to avoid a circular dependency with ;; The tests are disabled to avoid a circular dependency with