1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-07 05:30:38 +02:00

gnu: python-bottle: Update to 0.12.21.

* gnu/packages/python-web.scm (python-bottle): Update to 0.12.21.

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
jgart
2022-06-16 01:34:41 -05:00
committed by Christopher Baines
parent 4d67ec834e
commit 69bf6319f6

View File

@@ -4198,13 +4198,13 @@ addon modules.")
(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")