gnu: python-pluggy: Update to 0.8.1.
* gnu/packages/python-xyz.scm (python-pluggy): Update to 0.8.1.master
parent
14f10479d0
commit
81ed0980a5
|
@ -7607,14 +7607,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.7.1")
|
(version "0.8.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pluggy" version))
|
(uri (pypi-uri "pluggy" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1qbn70mksmr03hac6jgp6fiqc4l7859z8dchx2x950vhlij87swm"))))
|
"05l6g42p9ilmabw0hlbiyxy6gyzjri41m5l11a8dzgvi77q35p4d"))))
|
||||||
(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