mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-09 20:59:31 -05:00
gnu: python2-pluggy: Update to 0.13.1.
* gnu/packages/python-xyz.scm (python-pluggy)[source, version]: Remove. [propagated-inputs]: Add PYTHON2-IMPORTLIB-METADATA.
This commit is contained in:
parent
5e7202bbdf
commit
db6fb90a1f
1 changed files with 2 additions and 7 deletions
|
@ -8783,13 +8783,8 @@ (define-public python2-pluggy
|
|||
python-pluggy))))
|
||||
(package/inherit
|
||||
base
|
||||
(version "0.11.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "pluggy" version))
|
||||
(sha256
|
||||
(base32
|
||||
"10511a54dvafw1jrk75mrhml53c7b7w4yaw7241696lc2hfvr895")))))))
|
||||
(propagated-inputs
|
||||
`(("python-importlib-metadata" ,python2-importlib-metadata))))))
|
||||
|
||||
(define-public python-tox
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue