diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-02-13 14:27:37 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-13 14:27:37 +0100 |
| commit | 0ae891a57de855afd868c6da9ca7e78ae035112e (patch) | |
| tree | f8b3ff3f314dfc080a37f2aca52c946759a63494 /gnu/packages/python-science.scm | |
| parent | f2d52e1853ed1928856ea3ad69b3a550f3540814 (diff) | |
gnu: python-vedo: Update to 2025.5.4.
* gnu/packages/python-science.scm (python-vedo): Update to 2025.5.4.
Change-Id: Ide16096a2bde0460c62e62b5aa260a5d557e7fc7
Diffstat (limited to 'gnu/packages/python-science.scm')
| -rw-r--r-- | gnu/packages/python-science.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 88def97ee54..798ad52e9e3 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -4771,7 +4771,7 @@ in a Python @code{for} loop.") (define-public python-vedo (package (name "python-vedo") - (version "2025.5.3") + (version "2025.5.4") (source (origin (method git-fetch) @@ -4780,7 +4780,7 @@ in a Python @code{for} loop.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0hrqyvcxxbc1wz0cnafc8rvsi5mj19kck4b6pmddh25rlhdcr5qb")))) + (base32 "17lrx30pdag0d3d5a2cycfylsbhad4ywikza784h2fg95w77y1va")))) (build-system pyproject-build-system) (arguments (list @@ -4793,7 +4793,7 @@ in a Python @code{for} loop.") (add-after 'unpack 'relax-requirements ;; vtk does not provide Python metadata. ;; - ;; ...checking requirements: ERROR: vedo==2025.5.3 + ;; ...checking requirements: ERROR: vedo==2025.5.4 ;; DistributionNotFound(Requirement.parse('vtk'), {'vedo'}) (lambda _ (substitute* "pyproject.toml" |
