unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#66438] [PATCH] gnu: python-pyvista: Update to 0.42.3.
@ 2023-10-10 13:29 Paul A. Patience
  2023-10-17  9:53 ` bug#66438: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Paul A. Patience @ 2023-10-10 13:29 UTC (permalink / raw)
  To: 66438; +Cc: Paul A. Patience

* gnu/packages/python-science.scm (python-pyvista): Update to 0.42.3.
---
 gnu/packages/python-science.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 927928a8a2..79a36a34d6 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -1628,7 +1628,7 @@ (define-public python-plotnine
 (define-public python-pyvista
   (package
     (name "python-pyvista")
-    (version "0.39.1")
+    (version "0.42.3")
     (source
      ;; The PyPI tarball does not contain the tests.
      ;; (However, we don't yet actually run the tests.)
@@ -1639,7 +1639,7 @@ (define-public python-pyvista
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "00nij00z5r35f6dx7mwndsrpmiw43adjk8x35mk308c369ylbv9p"))))
+        (base32 "1qxq0y0hc72hb60w3qq48fma8l6ffz7bdm75ymn1020bvfqrm1s4"))))
     (build-system python-build-system)
     (propagated-inputs
      (list python-imageio
@@ -1658,7 +1658,7 @@ (define-public python-pyvista
          (delete 'check)
          ;; Disable the sanity check, which fails with the following error:
          ;;
-         ;;   ...checking requirements: ERROR: pyvista==0.39.1 DistributionNotFound(Requirement.parse('vtk'), {'pyvista'})
+         ;;   ...checking requirements: ERROR: pyvista==0.42.3 DistributionNotFound(Requirement.parse('vtk'), {'pyvista'})
          (delete 'sanity-check))))
     (home-page "https://docs.pyvista.org/")
     (synopsis "3D plotting and mesh analysis through VTK")

base-commit: f4e8baf3806e79d7111d2943859865ae4ee0b59d
-- 
2.41.0






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

* bug#66438: [PATCH] gnu: python-pyvista: Update to 0.42.3.
  2023-10-10 13:29 [bug#66438] [PATCH] gnu: python-pyvista: Update to 0.42.3 Paul A. Patience
@ 2023-10-17  9:53 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-10-17  9:53 UTC (permalink / raw)
  To: Paul A. Patience; +Cc: guix-patches, 66438-done

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


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

> * gnu/packages/python-science.scm (python-pyvista): Update to 0.42.3.
> ---
>  gnu/packages/python-science.scm | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

Thanks for the patch, I've pushed this to master as
4aa6a924b26d3a26cfce1a547fd260f80ca6bc86.

Chris

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

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

end of thread, other threads:[~2023-10-17  9:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-10 13:29 [bug#66438] [PATCH] gnu: python-pyvista: Update to 0.42.3 Paul A. Patience
2023-10-17  9:53 ` bug#66438: " Christopher Baines

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).