diff options
author | Arun Isaac <arunisaac@systemreboot.net> | 2018-03-28 15:34:36 +0530 |
---|---|---|
committer | Arun Isaac <arunisaac@systemreboot.net> | 2018-03-31 00:29:35 +0530 |
commit | 21f76d40ccad5d8e83dc22390f87e3e6b542e211 (patch) | |
tree | 0f7d9961f2fda2d475ac60e7a8db49df5b5f785e | |
parent | 769f56d7350badf4850153ba56b5c3855344523b (diff) | |
download | guix-21f76d40ccad5d8e83dc22390f87e3e6b542e211.tar.gz |
gnu: python-pluggy: Update to 0.6.0.
* gnu/packages/python.scm (python-pluggy): Update to 0.6.0.
-rw-r--r-- | gnu/packages/python.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 0533b4b294..2d5bd29b40 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -7564,14 +7564,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 |