summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjgart <jgart@dismail.de>2022-06-16 01:34:41 -0500
committerChristopher Baines <mail@cbaines.net>2022-06-23 13:00:08 +0100
commit69bf6319f6326aa79059c0ebca31e7f5bc684bd2 (patch)
treebc5c7f0d4531b250976e5e6b6ff41c3ebc2f68cc
parent4d67ec834e9ee1ec23f55757c6085d8635366124 (diff)
downloadguix-patches-69bf6319f6326aa79059c0ebca31e7f5bc684bd2.tar
guix-patches-69bf6319f6326aa79059c0ebca31e7f5bc684bd2.tar.gz
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>
-rw-r--r--gnu/packages/python-web.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index b0a4384eeb..6c121907e6 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -4198,13 +4198,13 @@ addon modules.")
(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")