[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/08: gnu: python-pyvista: Update to 0.35.1.
From: |
guix-commits |
Subject: |
08/08: gnu: python-pyvista: Update to 0.35.1. |
Date: |
Fri, 15 Jul 2022 05:05:48 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit a15b769c2f81034884ef0ae7fa8c1cea8df45c56
Author: Paul A. Patience <paul@apatience.com>
AuthorDate: Thu Jul 14 19:20:18 2022 +0000
gnu: python-pyvista: Update to 0.35.1.
* gnu/packages/python-science (python-pyvista): Update to 0.35.1.
Signed-off-by: Christopher Baines <mail@cbaines.net>
---
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 428ce48b53..57c9325f49 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -1183,7 +1183,7 @@ aggregated sum and more.")
(define-public python-pyvista
(package
(name "python-pyvista")
- (version "0.34.0")
+ (version "0.35.1")
(source
;; The PyPI tarball does not contain the tests.
;; (However, we don't yet actually run the tests.)
@@ -1194,7 +1194,7 @@ aggregated sum and more.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0f2x2wvi5pkpv5h3jrnx8zxnaj51navfqp2fdna1l9rpjgjjf94g"))))
+ (base32 "1rwwn8a4j3i22il6dxr2qzrnnz3n1gjbpa2p8gfzrjmzp5lzzk81"))))
(build-system python-build-system)
(propagated-inputs
(list python-appdirs
- branch master updated (9238ba5874 -> a15b769c2f), guix-commits, 2022/07/15
- 02/08: gnu: guix-data-service: Update to 0.0.1-33.ee73d2c., guix-commits, 2022/07/15
- 03/08: gnu: guix-build-coordinator: Update to 0-59.cc884ef., guix-commits, 2022/07/15
- 07/08: gnu: gmsh: Update to 4.10.5., guix-commits, 2022/07/15
- 08/08: gnu: python-pyvista: Update to 0.35.1.,
guix-commits <=
- 04/08: gnu: asymptote: Update to 2.81., guix-commits, 2022/07/15
- 06/08: gnu: gmsh: Remove trailing booleans., guix-commits, 2022/07/15
- 05/08: gnu: gmsh: Remove input labels., guix-commits, 2022/07/15
- 01/08: gnu: tests: Fix guix-data-service test., guix-commits, 2022/07/15