guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: python-setuptools: Update to 25.1.4.


From: Leo Famulari
Subject: 01/01: gnu: python-setuptools: Update to 25.1.4.
Date: Thu, 4 Aug 2016 21:53:31 +0000 (UTC)

lfam pushed a commit to branch python-updates
in repository guix.

commit 46c3cbe43194f3eadea938812dd3365b0a5beed0
Author: Leo Famulari <address@hidden>
Date:   Thu Aug 4 17:23:59 2016 -0400

    gnu: python-setuptools: Update to 25.1.4.
    
    * gnu/packages/python.scm (python-setuptools, python2-setuptools):
    Update to 25.4.1.
---
 gnu/packages/python.scm |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 689e3b7..9c9d43e 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -776,7 +776,7 @@ have been used.")
 (define-public python-setuptools
   (package
     (name "python-setuptools")
-    (version "18.3.1")
+    (version "25.1.4")
     (source
      (origin
       (method url-fetch)
@@ -784,7 +784,7 @@ have been used.")
                           version ".tar.gz"))
       (sha256
        (base32
-        "0kc7rbav00ks6iaw14p38y81q12fx0lpkhgf5m97xc04f5r318ig"))))
+        "018p4p46clijh8f9r0kxagpr8iy4hwd8f3vf8wn53qsp10vavjll"))))
     (build-system python-build-system)
     ;; FIXME: Tests require pytest, which itself relies on setuptools.
     ;; One could bootstrap with an internal untested setuptools.
@@ -807,7 +807,6 @@ Python 3 support.")
 (define-public python2-setuptools
   (package-with-python2 python-setuptools))
 
-
 (define-public python-pycrypto
   (package
     (name "python-pycrypto")



reply via email to

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