3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: python-bottle: Update to 0.12.19.

* gnu/packages/python-web.scm (python-bottle): Update to 0.12.19.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-15 02:24:14 +01:00
parent 968b1a3ea2
commit 6fa2ea471e
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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