gnu: python-pluggy: Update to 0.9.0.
* gnu/packages/python-xyz.scm (python-pluggy): Update to 0.9.0.
This commit is contained in:
parent
d0cba11bc5
commit
b86b799601
|
@ -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)))
|
||||
|
|
Loading…
Reference in New Issue