guix-commits
[Top][All Lists]
Advanced

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

04/09: gnu: python-backports-abc: Update to 0.5.


From: Tobias Geerinckx-Rice
Subject: 04/09: gnu: python-backports-abc: Update to 0.5.
Date: Mon, 2 Jan 2017 08:34:29 +0000 (UTC)

nckx pushed a commit to branch master
in repository guix.

commit 27f9148e1d6349da7d96fc31837beed2598690ec
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Jan 2 08:18:23 2017 +0100

    gnu: python-backports-abc: Update to 0.5.
    
    * gnu/packages/python.scm (python-backports-abc): Update to 0.5.
---
 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 a7059e0..380b19b 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -5694,14 +5694,14 @@ connection to each user.")
 (define-public python-backports-abc
   (package
     (name "python-backports-abc")
-      (version "0.4")
+      (version "0.5")
       (source
         (origin
           (method url-fetch)
           (uri (pypi-uri "backports_abc" version))
           (sha256
            (base32
-            "19fh75lni9pb673n2fn505m1rckm0af0szcv5xx1qm1xpa940glb"))))
+            "1pkv8d1zxj5f9i227dxbjczncbv7ks7ywnjwyxfjagm02i2yafq3"))))
     (build-system python-build-system)
     (home-page "https://github.com/cython/backports_abc";)
     (synopsis "Backport of additions to the 'collections.abc' module")



reply via email to

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