1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-07 01:35:52 +02:00

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
+5 -1
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