diff options
| author | Hugo Buddelmeijer <hugo@buddelmeijer.nl> | 2025-10-04 21:34:06 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-05 22:47:45 +0100 |
| commit | b1df03a18c021a119a543a9eaeb130deff099654 (patch) | |
| tree | c193d06cb4aa887a219b8b1620c9bd288760b6bb /gnu/packages/python-xyz.scm | |
| parent | 5b0eb9f7d2f8dec2dd48ab87e557347ab549b151 (diff) | |
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>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 589cbce03a..3c73f344c8 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -30175,7 +30175,7 @@ instead of pickle.") (define-public python-toolrack (package (name "python-toolrack") - (version "4.0.1") + (version "4.0.3") (source (origin (method git-fetch) @@ -30185,7 +30185,7 @@ instead of pickle.") (file-name (git-file-name name version)) (sha256 (base32 - "03ard57xc2x0lpnzgrgfb9fqlq1y031ygp8jn2v2fg87i586gjsy")))) + "1aglfj7j25fiwx9jh1rl34mlhfpdhn8yrkn30vhkz9yw7zrx42h0")))) (build-system pyproject-build-system) (arguments (list @@ -30199,8 +30199,7 @@ instead of pickle.") (native-inputs (list python-pytest python-pytest-asyncio python-pytest-mock - python-setuptools - python-wheel)) + python-setuptools)) (home-page "https://github.com/albertodonato/toolrack") (synopsis "Collection of Python utility functions and classes") (description "This package provides a collection of miscellaneous utility |
