guix-patches
[Top][All Lists]
Advanced

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

[bug#58310] [PATCH 03/14] gnu: Add python-setuptools-scm-7.


From: zimoun
Subject: [bug#58310] [PATCH 03/14] gnu: Add python-setuptools-scm-7.
Date: Wed, 02 Nov 2022 18:08:32 +0100

Hi,

CC: python team

On mer., 05 oct. 2022 at 13:41, Garek Dyszel via Guix-patches via 
<guix-patches@gnu.org> wrote:

> +(define-public python-setuptools-scm-7
> +  (package
> +    (inherit python-setuptools-scm)
> +    (version "7.0.5")

The issue with this is then

    guix install python python-setuptools-scm

will install python-setuptools-scm@7 and not the current one at 6.3.2.
Since I am not an expert on this setuptools_scm, the question is: is it
an issue?  For instance, it can be for python-numpy so the term ’-next’
is appended to the name.

Here, we could also append ’-next’, WDYT?

Cheers,
simon





reply via email to

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