gnu: python-awesomeversion: Set version.

* gnu/packages/python-xyz.scm (python-awesomeversion): Set version.
[source]: Set actual version in pyproject.toml file.

Change-Id: Ib0625d3094989d65f0031c002ae7ef3f531c0b56
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Evgeny Pisemsky 2025-02-16 07:53:48 +03:00 committed by Sharlatan Hellseher
parent 971861b4d0
commit 7eaf64acdd
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -445,7 +445,11 @@ loop.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1kvzhhd2ah0sadlsp5xs3qbiknixq4xwhk3yb6kmhcdl2zcbi4cn"))))
(base32 "1kvzhhd2ah0sadlsp5xs3qbiknixq4xwhk3yb6kmhcdl2zcbi4cn"))
(modules '((guix build utils)))
(snippet #~(substitute* "pyproject.toml"
(("version = \"0\"")
(format #f "version = \"~a\"" #$version))))))
(build-system pyproject-build-system)
(native-inputs
(list python-poetry-core