me
/
guix
Archived
1
0
Fork 0

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>
master
jgart 2022-06-16 01:34:41 -05:00 committed by Christopher Baines
parent 4d67ec834e
commit 69bf6319f6
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 2 deletions

View File

@ -4198,13 +4198,13 @@ addon modules.")
(define-public python-bottle (define-public python-bottle
(package (package
(name "python-bottle") (name "python-bottle")
(version "0.12.19") (version "0.12.21")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "bottle" version)) (uri (pypi-uri "bottle" version))
(sha256 (sha256
(base32 "0b6s50vc4iad97b6bb3xnyrgajb3nj6n6jbr5p54a4vapky3zmx9")))) (base32 "0zl8sy4dhafyxqpavy7pjz0qzpakmhgh2qr6pwlw5f82rjv62z3q"))))
(build-system python-build-system) (build-system python-build-system)
(home-page "https://bottlepy.org/") (home-page "https://bottlepy.org/")
(synopsis "WSGI framework for small web-applications") (synopsis "WSGI framework for small web-applications")