mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05: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:
parent
4d67ec834e
commit
69bf6319f6
1 changed files with 2 additions and 2 deletions
|
@ -4198,13 +4198,13 @@ (define-public python-werkzeug-1.0
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue