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>
1 files changed, 5 insertions(+), 1 deletions(-) M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +5 -1
@@ 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