gnu: python-pluggy: Update to 0.9.0.

* gnu/packages/python-xyz.scm (python-pluggy): Update to 0.9.0.
master
Marius Bakke 2019-03-04 18:09:59 +01:00
parent d0cba11bc5
commit b86b799601
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -7800,14 +7800,14 @@ library as well as on the command line.")
(define-public python-pluggy
(package
(name "python-pluggy")
(version "0.8.1")
(version "0.9.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pluggy" version))
(sha256
(base32
"05l6g42p9ilmabw0hlbiyxy6gyzjri41m5l11a8dzgvi77q35p4d"))))
"13yg2q0wgcb4l8lgdvcnzqa8db5lrw3nwn50lxjy1z5jkp7gkv0r"))))
(build-system python-build-system)
(native-inputs
`(("python-setuptools-scm" ,python-setuptools-scm)))