guix-commits
[Top][All Lists]
Advanced

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

17/17: gnu: python-setuptools: Update to 64.0.3.


From: guix-commits
Subject: 17/17: gnu: python-setuptools: Update to 64.0.3.
Date: Sat, 13 Aug 2022 13:26:51 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 33d5141239ab4c7832d2097ba427b4d0c0e73a93
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Aug 13 14:53:23 2022 +0200

    gnu: python-setuptools: Update to 64.0.3.
    
    * gnu/packages/python-xyz.scm (python-setuptools): Update to 64.0.3.
---
 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 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



reply via email to

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