gnu: python-paste: Update to 3.0.6.

* gnu/packages/python-web.scm (python-paste): Update to 3.0.6.
master
Tobias Geerinckx-Rice 2019-02-14 17:32:18 +01:00
parent 0596a7af5f
commit ce50403fc2
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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