diff options
author | Brian Leung <bkleung89@gmail.com> | 2019-07-05 01:02:44 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-07-06 18:26:02 +0200 |
commit | e39d4933d12e6f7a32f2bee4f41a6194888214c6 (patch) | |
tree | a7e09c916acc34c54e2b9579f06298535aa32584 | |
parent | 5bef0f108c3883bbe8888c749d7e6e2a0db61fc4 (diff) |
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 <mbakke@fastmail.com>
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index c37122f950..8e904daaf2 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 |