mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05: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-module (gnu packages openstack)
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue