gnu: python-pluggy: Update to 0.9.0.
* gnu/packages/python-xyz.scm (python-pluggy): Update to 0.9.0.master
parent
d0cba11bc5
commit
b86b799601
|
@ -7800,14 +7800,14 @@ library as well as on the command line.")
|
||||||
(define-public python-pluggy
|
(define-public python-pluggy
|
||||||
(package
|
(package
|
||||||
(name "python-pluggy")
|
(name "python-pluggy")
|
||||||
(version "0.8.1")
|
(version "0.9.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pluggy" version))
|
(uri (pypi-uri "pluggy" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"05l6g42p9ilmabw0hlbiyxy6gyzjri41m5l11a8dzgvi77q35p4d"))))
|
"13yg2q0wgcb4l8lgdvcnzqa8db5lrw3nwn50lxjy1z5jkp7gkv0r"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-setuptools-scm" ,python-setuptools-scm)))
|
`(("python-setuptools-scm" ,python-setuptools-scm)))
|
||||||
|
|
Reference in New Issue