gnu: python-pyvista: Update to 0.35.2.

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

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Paul A. Patience 2022-07-19 16:14:11 +00:00 committed by Efraim Flashner
parent 797f3de592
commit 7e13054373
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1226,7 +1226,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.)
@ -1237,7 +1237,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