guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#55917: [PATCH] gnu: python-bandit: Update to 1.7.4.


From: Christopher Baines
Subject: bug#55917: [PATCH] gnu: python-bandit: Update to 1.7.4.
Date: Thu, 23 Jun 2022 13:10:20 +0100
User-agent: mu4e 1.6.10; emacs 28.1

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: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]