mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
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:
parent
9d30cfa337
commit
c0afc06ecb
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue