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:
parent
d3d1aec2ac
commit
cf4fafc467
1 changed files with 2 additions and 2 deletions
|
@ -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"))
|
||||
|
|
Loading…
Reference in a new issue