unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#55917] [PATCH] gnu: python-bandit: Update to 1.7.4.
@ 2022-06-12  6:13 jgart via Guix-patches via
  2022-06-23 12:10 ` bug#55917: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2022-06-12  6:13 UTC (permalink / raw)
  To: 55917; +Cc: jgart

* gnu/packages/openstack.scm (python-bandit): Update to 1.7.4.
---
 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 4c28bb9283..c5e8ed5527 100644
--- a/gnu/packages/openstack.scm
+++ b/gnu/packages/openstack.scm
@@ -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
-- 
2.36.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#55917: [PATCH] gnu: python-bandit: Update to 1.7.4.
  2022-06-12  6:13 [bug#55917] [PATCH] gnu: python-bandit: Update to 1.7.4 jgart via Guix-patches via
@ 2022-06-23 12:10 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2022-06-23 12:10 UTC (permalink / raw)
  To: jgart; +Cc: 55917-done

[-- Attachment #1: Type: text/plain, Size: 1074 bytes --]


jgart via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/openstack.scm (python-bandit): Update to 1.7.4.
> ---
>  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 4c28bb9283..c5e8ed5527 100644
> --- a/gnu/packages/openstack.scm
> +++ b/gnu/packages/openstack.scm
> @@ -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

Thanks, I've pushed this as 8e2ff622ed7e493a644ebcff62299d2ed1c4e806.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-23 12:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-12  6:13 [bug#55917] [PATCH] gnu: python-bandit: Update to 1.7.4 jgart via Guix-patches via
2022-06-23 12:10 ` bug#55917: " Christopher Baines

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).