[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#30982] [PATCH 3/8] gnu: python-pluggy: Update to 0.6.0.
From: |
Arun Isaac |
Subject: |
[bug#30982] [PATCH 3/8] gnu: python-pluggy: Update to 0.6.0. |
Date: |
Thu, 29 Mar 2018 12:58:11 +0530 |
* gnu/packages/python.scm (python-pluggy): Update to 0.6.0.
---
gnu/packages/python.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 8ec1025c6..18811e8a7 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -7523,14 +7523,14 @@ library as well as on the command line.")
(define-public python-pluggy
(package
(name "python-pluggy")
- (version "0.3.1")
+ (version "0.6.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pluggy" version))
(sha256
(base32
- "18qfzfm40bgx672lkg8q9x5hdh76n7vax99aank7vh2nw21wg70m"))))
+ "1zqckndfn85l1cd8pndw212zg1bq9fkg1nnj32kp2mppppsyg2kz"))))
(build-system python-build-system)
(synopsis "Plugin and hook calling mechanism for Python")
(description "Pluggy is an extraction of the plugin manager as used by
--
2.15.1
- [bug#30982] [PATCH 0/8] Update python-pycairo and dependencies, Arun Isaac, 2018/03/29
- [bug#30982] [PATCH 1/8] gnu: python-attrs: Update to 17.4.0., Arun Isaac, 2018/03/29
- [bug#30982] [PATCH 2/8] gnu: python-pyasn1: Update to 0.4.2., Arun Isaac, 2018/03/29
- [bug#30982] [PATCH 3/8] gnu: python-pluggy: Update to 0.6.0.,
Arun Isaac <=
- [bug#30982] [PATCH 4/8] gnu: Add python-more-itertools., Arun Isaac, 2018/03/29
- [bug#30982] [PATCH 6/8] gnu: python-py: Update to 1.5.3., Arun Isaac, 2018/03/29
- [bug#30982] [PATCH 8/8] gnu: python-pycairo: Update to 1.16.3., Arun Isaac, 2018/03/29
- [bug#30982] [PATCH 7/8] gnu: python-pytest: Update to 3.5.0., Arun Isaac, 2018/03/29
- [bug#30982] [PATCH 5/8] gnu: python-hypothesis: Update to 3.52.0., Arun Isaac, 2018/03/29
- [bug#30982] [PATCH 0/8] Update python-pycairo and dependencies, Ludovic Courtès, 2018/03/30