diff mbox series

[bug#57629] gnu: python-pyvista: Update to 0.36.1.

Message ID 20220906163611.29923-1-paul@apatience.com
State Accepted
Headers show
Series [bug#57629] gnu: python-pyvista: Update to 0.36.1. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git-branch success View Git branch
cbaines/applying patch success View Laminar job
cbaines/issue success View issue

Commit Message

Paul A. Patience Sept. 6, 2022, 4:36 p.m. UTC
* gnu/packages/python-science.scm (python-pyvista): Update to 0.36.1.
---
 gnu/packages/python-science.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--
2.37.2

Comments

Marius Bakke Sept. 7, 2022, 5:22 p.m. UTC | #1
"Paul A. Patience" <paul@apatience.com> skriver:

> * gnu/packages/python-science.scm (python-pyvista): Update to 0.36.1.

Applied, thanks!
diff mbox series

Patch

diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 95f60aae7b..331b16df8f 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -1226,7 +1226,7 @@  (define-public python-numpy-groupies
 (define-public python-pyvista
   (package
     (name "python-pyvista")
-    (version "0.35.2")
+    (version "0.36.1")
     (source
      ;; The PyPI tarball does not contain the tests.
      ;; (However, we don't yet actually run the tests.)
@@ -1237,7 +1237,7 @@  (define-public python-pyvista
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1qmxrhqm3ag736yb761jy1himwlr3p676xyqbry61h97dj11n6sq"))))
+        (base32 "1kjilcrz2cyh67n79r8dpxrans99mlviz2whc6g7j8hgn7v14z2n"))))
     (build-system python-build-system)
     (propagated-inputs
      (list python-appdirs