mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
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>
This commit is contained in:
parent
4f9e58b5ee
commit
29491482a1
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue