diff options
| author | Vinicius Monego <monego@posteo.net> | 2025-06-21 21:02:15 -0300 |
|---|---|---|
| committer | Vinicius Monego <monego@posteo.net> | 2025-06-21 23:27:34 -0300 |
| commit | 0b84e1ef0d27b84be3432793c6be40886a98de0a (patch) | |
| tree | de12eeea1de8d3ebde509e298cb597b90f0cb1d9 | |
| parent | 04706cbfd7bcb994c0c05c01277d77067eac5162 (diff) | |
gnu: python-nestedtext: Update to 3.7.
* gnu/packages/python-xyz.scm (python-nestedtext): Update to 3.7.
[build-system]: Use pyproject-build-system.
[native-inputs]: Add python-flit-core.
Change-Id: I93d52e981ccea4c92083bf5cccb43a67167797de
| -rw-r--r-- | gnu/packages/python-xyz.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 263de95e5c..b221ea211f 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -34563,17 +34563,18 @@ Features (define-public python-nestedtext (package (name "python-nestedtext") - (version "1.0.0") + (version "3.7") (source (origin (method url-fetch) (uri (pypi-uri "nestedtext" version)) (sha256 (base32 - "0xjx863n7yd1xmkwhy48lhmqrmlzgbx3civhk386hvrzyq4sx148")))) - (build-system python-build-system) + "0vbribl3ja4ldjmiw1hv8a4f5r8hx2v7naskxfwkjlaki4kzwn0a")))) + (build-system pyproject-build-system) (arguments `(#:tests? #f)) ; PyPI tarball lacks tests + (native-inputs (list python-flit-core)) (propagated-inputs (list python-inform)) (home-page "https://nestedtext.org") |
