gnu: python-bottle: Update to 0.12.18.
* gnu/packages/python-web.scm (python-bottle): Update to 0.12.18.
This commit is contained in:
parent
d89266edf7
commit
007af2fb15
1 changed files with 2 additions and 2 deletions
|
@ -2945,14 +2945,14 @@ addon modules.")
|
||||||
(define-public python-bottle
|
(define-public python-bottle
|
||||||
(package
|
(package
|
||||||
(name "python-bottle")
|
(name "python-bottle")
|
||||||
(version "0.12.13")
|
(version "0.12.18")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "bottle" version))
|
(uri (pypi-uri "bottle" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0m9k2a7yxvggc4kw8fsvj381vgsvfcdshg5nzy6vwrxiw2p53drr"))))
|
"17pn43kzr7m6czjbm4nda7kzs4ap9mmb30qfbhifyzas2i5vf688"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(home-page "http://bottlepy.org/")
|
(home-page "http://bottlepy.org/")
|
||||||
(synopsis "WSGI framework for small web-applications.")
|
(synopsis "WSGI framework for small web-applications.")
|
||||||
|
|
Reference in a new issue