guix-commits
[Top][All Lists]
Advanced

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

11/29: gnu: python-pluggy: Update to 0.8.1.


From: guix-commits
Subject: 11/29: gnu: python-pluggy: Update to 0.8.1.
Date: Sat, 9 Feb 2019 15:55:23 -0500 (EST)

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

commit 81ed0980a50ee1846c3a1c812e72fbb94c61c8f2
Author: Marius Bakke <address@hidden>
Date:   Fri Feb 8 18:47:19 2019 +0100

    gnu: python-pluggy: Update to 0.8.1.
    
    * gnu/packages/python-xyz.scm (python-pluggy): Update to 0.8.1.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c24caa8..1fd3e8b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7607,14 +7607,14 @@ library as well as on the command line.")
 (define-public python-pluggy
   (package
    (name "python-pluggy")
-   (version "0.7.1")
+   (version "0.8.1")
    (source
     (origin
      (method url-fetch)
      (uri (pypi-uri "pluggy" version))
      (sha256
       (base32
-       "1qbn70mksmr03hac6jgp6fiqc4l7859z8dchx2x950vhlij87swm"))))
+       "05l6g42p9ilmabw0hlbiyxy6gyzjri41m5l11a8dzgvi77q35p4d"))))
    (build-system python-build-system)
    (native-inputs
     `(("python-setuptools-scm" ,python-setuptools-scm)))



reply via email to

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