summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-11-15 02:24:14 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-11-15 20:47:44 +0100
commit6fa2ea471ea5388d338fd3e526bdbbfbcdbd74e8 (patch)
tree38cfe0c7b43a1d0201a562e57a1f40aef8554281 /gnu
parent968b1a3ea24435167efb9cee6c4debc6d18bfd96 (diff)
downloadguix-6fa2ea471ea5388d338fd3e526bdbbfbcdbd74e8.tar.gz
gnu: python-bottle: Update to 0.12.19.
* gnu/packages/python-web.scm (python-bottle): Update to 0.12.19.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-web.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index e9dde499d5..2aaa5d752c 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -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.")