diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-04-04 21:16:45 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-04-16 11:46:27 +0200 |
| commit | 88866dd4aab9090f1e30e8aeb7cff5553c41ffd9 (patch) | |
| tree | 2886bf4ca7102dcf3498d76a560f221442582bf4 | |
| parent | a081c80b2f70c508e1ffb891f75ad14c71c7f15f (diff) | |
gnu: python-serpent: Update to 1.41.
* gnu/packages/python-xyz.scm (python-serpent): Update to 1.41.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools, python-wheel.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
| -rw-r--r-- | gnu/packages/python-xyz.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index d61c67366ba..463823551d1 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -4379,16 +4379,16 @@ version identifier.") (define-public python-serpent (package (name "python-serpent") - (version "1.28") + (version "1.41") (source (origin (method url-fetch) (uri (pypi-uri "serpent" version)) (sha256 - (base32 "1arnckykpkvv2qrp49l1k7q5mr5pisswl0rvdx98x8wsl1n361pk")))) - (build-system python-build-system) + (base32 "15bhxpihxvbphsvp4wyh2kwfz7xasmki9zwcsj3l6r66wdgh61q4")))) + (build-system pyproject-build-system) (native-inputs - (list python-attrs python-pytz)) + (list python-attrs python-pytz python-setuptools python-wheel)) (home-page "https://github.com/irmen/Serpent") (synopsis "Serializer for literal Python expressions") (description |
