me
/
guix
Archived
1
0
Fork 0

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