guix-patches
[Top][All Lists]
Advanced

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

[bug#32260] [PATCH 11/21] gnu: python-setuptools: Update to 40.0.0.


From: Marius Bakke
Subject: [bug#32260] [PATCH 11/21] gnu: python-setuptools: Update to 40.0.0.
Date: Tue, 24 Jul 2018 14:35:54 +0200

* gnu/packages/python.scm (python-setuptools): Update to 40.0.0.
[source](uri): Adjust to zipball archive.
---
 gnu/packages/python.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index a3083bd76..ed0935b74 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -844,14 +844,14 @@ API for locking files.")
 (define-public python-setuptools
   (package
     (name "python-setuptools")
-    (version "31.0.0")
+    (version "40.0.0")
     (source
      (origin
       (method url-fetch)
-      (uri (pypi-uri "setuptools" version))
+      (uri (pypi-uri "setuptools" version ".zip"))
       (sha256
        (base32
-        "0ypybh4hx3bv4vhg2dc74xpj1g56ggnaffm87k4abhwjwq6wq608"))
+        "0pq116lr14gnc62v76nk0npkm6krb2mpp7p9ab369zgv4n7dnah1"))
       (modules '((guix build utils)))
       (snippet
        '(begin
-- 
2.18.0






reply via email to

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