diff options
| author | jgart <jgart@dismail.de> | 2022-06-12 01:13:24 -0500 |
|---|---|---|
| committer | Christopher Baines <mail@cbaines.net> | 2022-06-23 12:52:16 +0100 |
| commit | c0afc06ecb5dd346aab753dfa6a3f5f819092ef5 (patch) | |
| tree | 202f41656f78de4addd8a515d54b9e0cea1f922e /gnu | |
| parent | 9d30cfa3372cccc847e75038d34c4ea5b8d8b241 (diff) | |
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>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/openstack.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm index e121c7ffdb1..0721d27dbff 100644 --- a/gnu/packages/openstack.scm +++ b/gnu/packages/openstack.scm | |||
| @@ -49,14 +49,14 @@ | |||
| 49 | (define-public python-bandit | 49 | (define-public python-bandit |
| 50 | (package | 50 | (package |
| 51 | (name "python-bandit") | 51 | (name "python-bandit") |
| 52 | (version "1.6.2") | 52 | (version "1.7.4") |
| 53 | (source | 53 | (source |
| 54 | (origin | 54 | (origin |
| 55 | (method url-fetch) | 55 | (method url-fetch) |
| 56 | (uri (pypi-uri "bandit" version)) | 56 | (uri (pypi-uri "bandit" version)) |
| 57 | (sha256 | 57 | (sha256 |
| 58 | (base32 | 58 | (base32 |
| 59 | "0rb034c99pyhb4a60z7f2kz40cjydhm8m9v2blaal1rmhlam7rs1")))) | 59 | "1lkvf5ffdqa9504mm5fd9vvq0q5wdyqbkm32i4rswys1fg2shqrd")))) |
| 60 | (build-system python-build-system) | 60 | (build-system python-build-system) |
| 61 | (arguments | 61 | (arguments |
| 62 | ;; The tests are disabled to avoid a circular dependency with | 62 | ;; The tests are disabled to avoid a circular dependency with |
