3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: python-pastedeploy: Update to 2.1.1.

* gnu/packages/python-web.scm (python-pastedeploy): Update to 2.1.1.
This commit is contained in:
Tobias Geerinckx-Rice 2020-10-13 22:13:04 +02:00
parent d3d1aec2ac
commit cf4fafc467
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2342,13 +2342,13 @@ and to spawn subprocesses to handle requests.")
(define-public python-pastedeploy
(package
(name "python-pastedeploy")
(version "2.1.0")
(version "2.1.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "PasteDeploy" version))
(sha256
(base32 "16qsq5y6mryslmbp5pn35x4z8z3ndp5rpgl42h226879nrw9hmg7"))))
(base32 "05s88qdjdwd9d9qs13fap7nqgxs7qs5qfzzjbrc5va13k2mxdskd"))))
(build-system python-build-system)
(arguments
'(#:test-target "pytest"))