all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#57629] [PATCH] gnu: python-pyvista: Update to 0.36.1.
@ 2022-09-06 16:36 Paul A. Patience
  2022-09-07 17:22 ` bug#57629: " Marius Bakke
  0 siblings, 1 reply; 2+ messages in thread
From: Paul A. Patience @ 2022-09-06 16:36 UTC (permalink / raw)
  To: 57629; +Cc: Paul A. Patience

* 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(-)

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
--
2.37.2






^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#57629: [PATCH] gnu: python-pyvista: Update to 0.36.1.
  2022-09-06 16:36 [bug#57629] [PATCH] gnu: python-pyvista: Update to 0.36.1 Paul A. Patience
@ 2022-09-07 17:22 ` Marius Bakke
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2022-09-07 17:22 UTC (permalink / raw)
  To: Paul A. Patience, 57629-done; +Cc: Paul A. Patience

[-- Attachment #1: Type: text/plain, Size: 140 bytes --]

"Paul A. Patience" <paul@apatience.com> skriver:

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

Applied, thanks!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-07 17:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-06 16:36 [bug#57629] [PATCH] gnu: python-pyvista: Update to 0.36.1 Paul A. Patience
2022-09-07 17:22 ` bug#57629: " Marius Bakke

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.