summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-02-14 17:32:18 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-02-14 18:16:06 +0100
commitce50403fc2e5b349645563008f29403179a73b23 (patch)
treee49d3973bf3396247920d6590ccbe8e58fc56d75 /gnu/packages/python-web.scm
parent0596a7af5f21035134b32db33658c3014c321a7e (diff)
downloadguix-patches-ce50403fc2e5b349645563008f29403179a73b23.tar
guix-patches-ce50403fc2e5b349645563008f29403179a73b23.tar.gz
gnu: python-paste: Update to 3.0.6.
* gnu/packages/python-web.scm (python-paste): Update to 3.0.6.
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 fc0ac5a58d..dce8dd2ae9 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2717,14 +2717,14 @@ available in Django, but is a standalone package.")
(define-public python-paste
(package
(name "python-paste")
- (version "3.0.4")
+ (version "3.0.6")
(source
(origin
(method url-fetch)
(uri (pypi-uri "Paste" version))
(sha256
(base32
- "01w26w9jyfkh0mfydhfz3dwy3pj3fw7mzvj0lna3vs8hyx1hwl0n"))
+ "14lbi9asn5agsdf7r97prkjpz7amgmp529lbvfhf0nv881xczah6"))
(patches (search-patches "python-paste-remove-timing-test.patch"))
(modules '((guix build utils)))
(snippet