mbakke pushed a commit to branch core-updates
in repository guix.
commit db6fb90a1fc29ab8a5fb61483e0e30d74c4eb8d8
Author: Marius Bakke <[email protected]>
AuthorDate: Wed Jan 15 23:40:07 2020 +0100
gnu: python2-pluggy: Update to 0.13.1.
* gnu/packages/python-xyz.scm (python-pluggy)[source, version]: Remove.
[propagated-inputs]: Add PYTHON2-IMPORTLIB-METADATA.
---
gnu/packages/python-xyz.scm | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e44696e..ea67be1 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8783,13 +8783,8 @@ Pytest but stripped of Pytest specific details.")
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