mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: python-paste: Update to 3.0.6.
* gnu/packages/python-web.scm (python-paste): Update to 3.0.6.
This commit is contained in:
parent
0596a7af5f
commit
ce50403fc2
1 changed files with 2 additions and 2 deletions
|
@ -2717,14 +2717,14 @@ (define-public python2-wtforms
|
||||||
(define-public python-paste
|
(define-public python-paste
|
||||||
(package
|
(package
|
||||||
(name "python-paste")
|
(name "python-paste")
|
||||||
(version "3.0.4")
|
(version "3.0.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "Paste" version))
|
(uri (pypi-uri "Paste" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"01w26w9jyfkh0mfydhfz3dwy3pj3fw7mzvj0lna3vs8hyx1hwl0n"))
|
"14lbi9asn5agsdf7r97prkjpz7amgmp529lbvfhf0nv881xczah6"))
|
||||||
(patches (search-patches "python-paste-remove-timing-test.patch"))
|
(patches (search-patches "python-paste-remove-timing-test.patch"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
|
|
Loading…
Reference in a new issue