guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/08: gnu: python-pluggy: Update to 0.6.0.


From: Arun Isaac
Subject: 03/08: gnu: python-pluggy: Update to 0.6.0.
Date: Sat, 31 Mar 2018 01:52:36 -0400 (EDT)

arunisaac pushed a commit to branch core-updates
in repository guix.

commit 21f76d40ccad5d8e83dc22390f87e3e6b542e211
Author: Arun Isaac <address@hidden>
Date:   Wed Mar 28 15:34:36 2018 +0530

    gnu: python-pluggy: Update to 0.6.0.
    
    * 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 0533b4b..2d5bd29 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]