gnu: python-pluggy: Update to 0.8.1.

* gnu/packages/python-xyz.scm (python-pluggy): Update to 0.8.1.
master
Marius Bakke 2019-02-08 18:47:19 +01:00
parent 14f10479d0
commit 81ed0980a5
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -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)))