1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-09 06:30:36 +02:00

gnu: python-setuptools-next: Set to python-setuptools.

Replace all python-setuptools-next occurrences with python-setuptools.

* gnu/packages/python-build.scm (python-setuptools-next): Set to
python-setuptools.

Change-Id: I9e5e0881310d160ec56be785f2dd2140364fa8e5
This commit is contained in:
Sharlatan Hellseher
2025-07-11 22:11:32 +01:00
parent dc9c07786e
commit b79fbf27b8
21 changed files with 144 additions and 157 deletions

View File

@@ -827,7 +827,7 @@ install: libbitshuffle.so
(arguments
(list #:tests? #f)) ;no tests
(native-inputs
(list python-setuptools-next))
(list python-setuptools))
(home-page "https://github.com/kYwzor/uncompresspy")
(synopsis "Uncompressing LZW files in Python")
(description