guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: python-setuptools-scm: Update to 5.0.1


From: guix-commits
Subject: branch core-updates updated: gnu: python-setuptools-scm: Update to 5.0.1.
Date: Tue, 26 Jan 2021 13:19:43 -0500

This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/core-updates by this push:
     new 3fe6281  gnu: python-setuptools-scm: Update to 5.0.1.
3fe6281 is described below

commit 3fe6281004177bc8eba0f27e015e9896f19cc7d7
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Jan 26 19:10:05 2021 +0100

    gnu: python-setuptools-scm: Update to 5.0.1.
    
    * gnu/packages/python-xyz.scm (python-setuptools-scm): Update to 5.0.1.
---
 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 090ef19..6b1ad3c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6444,13 +6444,13 @@ child application and control it as if a human were 
typing commands.")
 (define-public python-setuptools-scm
   (package
     (name "python-setuptools-scm")
-    (version "3.4.3")
+    (version "5.0.1")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "setuptools_scm" version))
               (sha256
                (base32
-                "083k93wi7mrmp1cn28hcbnr6sivbgls0y7zz2m5qzn1wg04a3f16"))))
+                "0ahlrxxkx2xhmxskx57gc96w3bdndflxx30304ihvm7ds136nny8"))))
     (build-system python-build-system)
     (home-page "https://github.com/pypa/setuptools_scm/";)
     (synopsis "Manage Python package versions in SCM metadata")



reply via email to

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