guix-commits
[Top][All Lists]
Advanced

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

10/43: gnu: python-pluggy: Update to 0.7.1.


From: Marius Bakke
Subject: 10/43: gnu: python-pluggy: Update to 0.7.1.
Date: Tue, 21 Aug 2018 11:25:54 -0400 (EDT)

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

commit 27885fcc26b7f9eed37c0e587d6be00ee8bb9cb3
Author: Marius Bakke <address@hidden>
Date:   Mon Aug 20 00:12:45 2018 +0200

    gnu: python-pluggy: Update to 0.7.1.
    
    * gnu/packages/python.scm (python-pluggy): Update to 0.7.1.
    [native-inputs]: Add PYTHON-SETUPTOOLS-SCM.
---
 gnu/packages/python.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index fde21d3..8f8aba9 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -7671,15 +7671,17 @@ library as well as on the command line.")
 (define-public python-pluggy
   (package
    (name "python-pluggy")
-   (version "0.6.0")
+   (version "0.7.1")
    (source
     (origin
      (method url-fetch)
      (uri (pypi-uri "pluggy" version))
      (sha256
       (base32
-       "1zqckndfn85l1cd8pndw212zg1bq9fkg1nnj32kp2mppppsyg2kz"))))
+       "1qbn70mksmr03hac6jgp6fiqc4l7859z8dchx2x950vhlij87swm"))))
    (build-system python-build-system)
+   (native-inputs
+    `(("python-setuptools-scm" ,python-setuptools-scm)))
    (synopsis "Plugin and hook calling mechanism for Python")
    (description "Pluggy is an extraction of the plugin manager as used by
 Pytest but stripped of Pytest specific details.")



reply via email to

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