diff options
author | Paul A. Patience <paul@apatience.com> | 2022-09-06 16:36:22 +0000 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-09-07 22:02:40 +0200 |
commit | 29491482a1516482dddcc3d8441f874d3ad318a1 (patch) | |
tree | 7dfae9fbba7fe953d9d08c494925e04c739e724b /gnu | |
parent | 4f9e58b5eea2eff2f6231e18e6aedbc5a78417ff (diff) | |
download | guix-29491482a1516482dddcc3d8441f874d3ad318a1.tar.gz guix-29491482a1516482dddcc3d8441f874d3ad318a1.zip |
gnu: python-pyvista: Update to 0.36.1.
* gnu/packages/python-science.scm (python-pyvista): Update to 0.36.1.
Signed-off-by: Marius Bakke <marius@gnu.org>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-science.scm | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ aggregated sum and more.") (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 @@ aggregated sum and more.") (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 |