guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#56644] [PATCH] gnu: python-pyvista: Update to 0.35.2.


From: Paul A. Patience
Subject: [bug#56644] [PATCH] gnu: python-pyvista: Update to 0.35.2.
Date: Tue, 19 Jul 2022 16:14:11 +0000

* gnu/packages/python-science.scm (python-pyvista): Update to 0.35.2.
---
 gnu/packages/python-science.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 57c9325f49..470e5e3eef 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -1183,7 +1183,7 @@ (define-public python-numpy-groupies
 (define-public python-pyvista
   (package
     (name "python-pyvista")
-    (version "0.35.1")
+    (version "0.35.2")
     (source
      ;; The PyPI tarball does not contain the tests.
      ;; (However, we don't yet actually run the tests.)
@@ -1194,7 +1194,7 @@ (define-public python-pyvista
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1rwwn8a4j3i22il6dxr2qzrnnz3n1gjbpa2p8gfzrjmzp5lzzk81"))))
+        (base32 "1qmxrhqm3ag736yb761jy1himwlr3p676xyqbry61h97dj11n6sq"))))
     (build-system python-build-system)
     (propagated-inputs
      (list python-appdirs
--
2.37.0







reply via email to

[Prev in Thread] Current Thread [Next in Thread]