guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: python-setuptools: Update to 41.0.1.


From: guix-commits
Subject: 02/02: gnu: python-setuptools: Update to 41.0.1.
Date: Sat, 6 Jul 2019 12:26:56 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit e39d4933d12e6f7a32f2bee4f41a6194888214c6
Author: Brian Leung <address@hidden>
Date:   Fri Jul 5 01:02:44 2019 +0200

    gnu: python-setuptools: Update to 41.0.1.
    
    * gnu/packages/python-xyz.scm (python-setuptools): Update to 41.0.1.
    
    Signed-off-by: Marius Bakke <address@hidden>
---
 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 c37122f..8e904da 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -649,14 +649,14 @@ other machines, such as over the network.")
 (define-public python-setuptools
   (package
     (name "python-setuptools")
-    (version "40.0.0")
+    (version "41.0.1")
     (source
      (origin
       (method url-fetch)
       (uri (pypi-uri "setuptools" version ".zip"))
       (sha256
        (base32
-        "0pq116lr14gnc62v76nk0npkm6krb2mpp7p9ab369zgv4n7dnah1"))
+        "04sns22y2hhsrwfy1mha2lgslvpjsjsz8xws7h2rh5a7ylkd28m2"))
       (modules '((guix build utils)))
       (snippet
        '(begin



reply via email to

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