gnu: python-pluggy: Update to 0.8.1.
* gnu/packages/python-xyz.scm (python-pluggy): Update to 0.8.1.
This commit is contained in:
parent
14f10479d0
commit
81ed0980a5
|
@ -7607,14 +7607,14 @@ library as well as on the command line.")
|
|||
(define-public python-pluggy
|
||||
(package
|
||||
(name "python-pluggy")
|
||||
(version "0.7.1")
|
||||
(version "0.8.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "pluggy" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1qbn70mksmr03hac6jgp6fiqc4l7859z8dchx2x950vhlij87swm"))))
|
||||
"05l6g42p9ilmabw0hlbiyxy6gyzjri41m5l11a8dzgvi77q35p4d"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
`(("python-setuptools-scm" ,python-setuptools-scm)))
|
||||
|
|
Loading…
Reference in New Issue