This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 0ae891a57d gnu: python-vedo: Update to 2025.5.4.
0ae891a57d is described below

commit 0ae891a57de855afd868c6da9ca7e78ae035112e
Author: Andreas Enge <[email protected]>
AuthorDate: Fri Feb 13 14:27:37 2026 +0100

    gnu: python-vedo: Update to 2025.5.4.
    
    * gnu/packages/python-science.scm (python-vedo): Update to 2025.5.4.
    
    Change-Id: Ide16096a2bde0460c62e62b5aa260a5d557e7fc7
---
 gnu/packages/python-science.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 88def97ee5..798ad52e9e 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"

Reply via email to