mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: python-pytooling: Update to 8.7.6.
* gnu/packages/python-xyz.scm (python-pytooling): Update to 8.7.6. [native-inputs]: Remove python-wheel. Change-Id: I371c4b3419c7076c0b35d3ce9f437959da912ecf Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
cb9e02e554
commit
16b22c416e
@@ -3769,7 +3769,7 @@ configuration file.")
|
||||
(define-public python-pytooling
|
||||
(package
|
||||
(name "python-pytooling")
|
||||
(version "8.7.0")
|
||||
(version "8.7.6")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
@@ -3778,7 +3778,7 @@ configuration file.")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "084zd009f280rhkry0vnzlrx21qv6djf3wda1l859z7iv592lwmq"))))
|
||||
(base32 "1n0idfiwcsssvy3kfwkgdpwx7zmvzp44mv0285d8argdy6rd48p0"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
@@ -3799,8 +3799,7 @@ configuration file.")
|
||||
python-colorama
|
||||
python-pytest
|
||||
python-ruamel.yaml
|
||||
python-setuptools
|
||||
python-wheel))
|
||||
python-setuptools))
|
||||
(home-page "https://pytooling.github.io/pyTooling/")
|
||||
(synopsis "Miscellaneous Python tools")
|
||||
(description
|
||||
|
||||
Reference in New Issue
Block a user