guix-commits
[Top][All Lists]
Advanced

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

15/29: gnu: python-setuptools: Update to 40.8.0.


From: guix-commits
Subject: 15/29: gnu: python-setuptools: Update to 40.8.0.
Date: Sat, 9 Feb 2019 15:55:24 -0500 (EST)

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

commit b3ca2b45d1be73f5d0a843c6e3721e7209f1c89d
Author: Marius Bakke <address@hidden>
Date:   Fri Feb 8 19:10:48 2019 +0100

    gnu: python-setuptools: Update to 40.8.0.
    
    * gnu/packages/python-xyz.scm (python-setuptools): Update to 40.8.0.
---
 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 3c9da32..28618bc 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -613,14 +613,14 @@ encoded).")
 (define-public python-setuptools
   (package
     (name "python-setuptools")
-    (version "40.0.0")
+    (version "40.8.0")
     (source
      (origin
       (method url-fetch)
       (uri (pypi-uri "setuptools" version ".zip"))
       (sha256
        (base32
-        "0pq116lr14gnc62v76nk0npkm6krb2mpp7p9ab369zgv4n7dnah1"))
+        "0k9hifpgahnw2a26w3cr346iy733k6d3nwh3f7g9m13y6f8fqkkf"))
       (modules '((guix build utils)))
       (snippet
        '(begin



reply via email to

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