summary refs log tree commit diff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2020-07-14 21:21:23 +0200
committerMarius Bakke <marius@gnu.org>2020-07-14 21:41:38 +0200
commit007af2fb15176bc8d547163a2468e81924d62e75 (patch)
tree71a0d6e56f51f6977d43cc083a343062c999a9d4 /gnu/packages/python-web.scm
parentd89266edf7fde92107f1137ac5d7ab6a0ba15627 (diff)
downloadguix-007af2fb15176bc8d547163a2468e81924d62e75.tar.gz
gnu: python-bottle: Update to 0.12.18.
* gnu/packages/python-web.scm (python-bottle): Update to 0.12.18.
Diffstat (limited to 'gnu/packages/python-web.scm')
-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 6f78adb254..34b00c6e65 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2945,14 +2945,14 @@ addon modules.")
 (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.")