1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-25 18:41:54 +02:00

gnu: python-toolrack: Fix build by updating to 4.0.3.

* gnu/packages/python-xyz.scm (python-toolrack): Update to 4.0.3.
[native-inputs]: Remove python-wheel.

Change-Id: I35426f80aea45d34bb4cc8d7d24643459d399565
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Hugo Buddelmeijer
2025-10-04 21:34:06 +02:00
committed by Sharlatan Hellseher
parent 5b0eb9f7d2
commit b1df03a18c
+3 -4
View File
@@ -30175,7 +30175,7 @@ instead of pickle.")
(define-public python-toolrack (define-public python-toolrack
(package (package
(name "python-toolrack") (name "python-toolrack")
(version "4.0.1") (version "4.0.3")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@@ -30185,7 +30185,7 @@ instead of pickle.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"03ard57xc2x0lpnzgrgfb9fqlq1y031ygp8jn2v2fg87i586gjsy")))) "1aglfj7j25fiwx9jh1rl34mlhfpdhn8yrkn30vhkz9yw7zrx42h0"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
(list (list
@@ -30199,8 +30199,7 @@ instead of pickle.")
(native-inputs (list python-pytest (native-inputs (list python-pytest
python-pytest-asyncio python-pytest-asyncio
python-pytest-mock python-pytest-mock
python-setuptools python-setuptools))
python-wheel))
(home-page "https://github.com/albertodonato/toolrack") (home-page "https://github.com/albertodonato/toolrack")
(synopsis "Collection of Python utility functions and classes") (synopsis "Collection of Python utility functions and classes")
(description "This package provides a collection of miscellaneous utility (description "This package provides a collection of miscellaneous utility