mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
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 @@ (define-public python2-werkzeug
|
|||
(define-public python-bottle
|
||||
(package
|
||||
(name "python-bottle")
|
||||
(version "0.12.13")
|
||||
(version "0.12.18")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "bottle" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0m9k2a7yxvggc4kw8fsvj381vgsvfcdshg5nzy6vwrxiw2p53drr"))))
|
||||
"17pn43kzr7m6czjbm4nda7kzs4ap9mmb30qfbhifyzas2i5vf688"))))
|
||||
(build-system python-build-system)
|
||||
(home-page "http://bottlepy.org/")
|
||||
(synopsis "WSGI framework for small web-applications.")
|
||||
|
|
Loading…
Reference in a new issue