GNU bug report logs - #50293
[PATCH 2/2] gnu: python-setuptools-scm/next: Update to 6.0.1.

Previous Next

Package: guix-patches;

Reported by: Daniel Meißner <daniel.meissner-i4k <at> ruhr-uni-bochum.de>

Date: Tue, 31 Aug 2021 07:26:02 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Daniel Meißner
 <daniel.meissner-i4k <at> ruhr-uni-bochum.de>
Subject: bug#50293: [PATCH 2/2] gnu: python-setuptools-scm/next: Update to 6.0.1.
Date: Mon, 16 Aug 2021 10:12:50 +0200
* gnu/packages/python-xyz.scm (python-setuptools-scm/next): Update to 6.0.1.
---
 gnu/packages/python-xyz.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 0de7b53572..893f50ea0a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7329,13 +7329,15 @@ them as the version argument or in a SCM managed file.")
 (define-public python-setuptools-scm/next
   (package
     (inherit python-setuptools-scm)
-    (version "5.0.1")
+    (version "6.0.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "setuptools_scm" version))
        (sha256
-        (base32 "0ahlrxxkx2xhmxskx57gc96w3bdndflxx30304ihvm7ds136nny8"))))))
+        (base32 "14lfq6k4j1i2zfr0bsdc930j76h0vgxbjxd22sab5s87rdlmm4ni"))))
+    (native-inputs
+     `(("python-setuptools" ,python-setuptools)))))
 
 (define-public python2-setuptools-scm
   (package-with-python2 python-setuptools-scm))
-- 
2.32.0





This bug report was last modified 183 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.