diff options
author | Marius Bakke <marius@gnu.org> | 2022-08-13 14:53:23 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-08-13 19:24:35 +0200 |
commit | 33d5141239ab4c7832d2097ba427b4d0c0e73a93 (patch) | |
tree | 328fff44a0871e83073de2e35f95a5b187e6cbc3 /gnu | |
parent | e015fc174e13759aa9c96dc19bf534efd1be7d72 (diff) |
gnu: python-setuptools: Update to 64.0.3.
* gnu/packages/python-xyz.scm (python-setuptools): Update to 64.0.3.
Diffstat (limited to 'gnu')
-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 22f1c4043a..13ab2f2c8b 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -1935,14 +1935,14 @@ other machines, such as over the network.") (define-public python-setuptools (package (name "python-setuptools") - (version "62.0.0") + (version "64.0.3") (source (origin (method url-fetch) (uri (pypi-uri "setuptools" version)) (sha256 (base32 - "0sm8n6y6q640cpac9wjyggidbgi4n9la7vs7pwriyvhvgzccp6br")) + "1sllqf0bhsl2yilf1w0xnlz0r4yaksmwaj0ap91zdc6kgbigdjiv")) (modules '((guix build utils))) (snippet ;; Remove included binaries which are used to build self-extracting |