mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
971861b4d0
commit
7eaf64acdd
1 changed files with 5 additions and 1 deletions
|
@ -445,7 +445,11 @@ loop.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(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)
|
(build-system pyproject-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-poetry-core
|
(list python-poetry-core
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue