diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-11 22:19:45 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:24 +0100 |
| commit | 762352c96faa888b2c534f61cc0a48d15a01eda5 (patch) | |
| tree | 0a2c9ae8a2c0dfffedfad35245dea6aec7c342ec /gnu/packages/python-xyz.scm | |
| parent | b79fbf27b8f2d1e854ecb2f85ec6fdc2c1953f80 (diff) | |
gnu: python-setuptools-scm-next: Set to python-setuptools-scm.
Replace all python-setuptools-scm-next occurrences with
python-setuptools-scm.
* gnu/packages/python-build.scm (python-setuptools-scm-next): Set to
python-setuptools-scm.
Change-Id: I929ca14d24ed05efecded4c23ff02c42d50098c6
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 5104ff8f4c..1f31a29aa9 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -40182,7 +40182,7 @@ with one function call. IceCream makes print debugging a little sweeter.") "test/test_ngrams.py"))) (propagated-inputs (list python-cffi)) (native-inputs (list python-pytest python-setuptools - python-setuptools-scm-next python-wheel)) + python-setuptools-scm python-wheel)) (home-page "https://github.com/mideind/Icegrams") (synopsis "Trigram statistics for Icelandic") (description |
