guix-patches
[Top][All Lists]
Advanced

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

bug#56015: [PATCH] gnu: python-bottle: Update to 0.12.21.


From: Christopher Baines
Subject: bug#56015: [PATCH] gnu: python-bottle: Update to 0.12.21.
Date: Thu, 23 Jun 2022 13:11:12 +0100
User-agent: mu4e 1.6.10; emacs 28.1

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

> * gnu/packages/python-web.scm (python-bottle): Update to 0.12.21.
> ---
>  gnu/packages/python-web.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
> index 30c461f247..9bf67c8286 100644
> --- a/gnu/packages/python-web.scm
> +++ b/gnu/packages/python-web.scm
> @@ -4196,13 +4196,13 @@ (define-public python-werkzeug-1.0
>  (define-public python-bottle
>    (package
>      (name "python-bottle")
> -    (version "0.12.19")
> +    (version "0.12.21")
>      (source
>       (origin
>        (method url-fetch)
>        (uri (pypi-uri "bottle" version))
>        (sha256
> -        (base32 "0b6s50vc4iad97b6bb3xnyrgajb3nj6n6jbr5p54a4vapky3zmx9"))))
> +        (base32 "0zl8sy4dhafyxqpavy7pjz0qzpakmhgh2qr6pwlw5f82rjv62z3q"))))
>      (build-system python-build-system)
>      (home-page "https://bottlepy.org/";)
>      (synopsis "WSGI framework for small web-applications")

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]