gnu: python-pluggy: Update to 0.11.0.

* gnu/packages/python-xyz.scm (python-pluggy): Update to 0.11.0.
This commit is contained in:
Marius Bakke 2019-07-08 00:58:09 +02:00
parent 625801f500
commit e5731c0382
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -8483,14 +8483,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.9.0") (version "0.11.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
"13yg2q0wgcb4l8lgdvcnzqa8db5lrw3nwn50lxjy1z5jkp7gkv0r")))) "10511a54dvafw1jrk75mrhml53c7b7w4yaw7241696lc2hfvr895"))))
(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)))