[PATCH 5/5] gnu: python-vedo: Update to 2022.2.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Liliana Marie Prikler
  • Paul A. Patience
Owner
unassigned
Submitted by
Paul A. Patience
Severity
normal
Merged with
P
P
Paul A. Patience wrote on 12 Apr 2022 03:22
(address . guix-patches@gnu.org)(name . Paul A. Patience)(address . paul@apatience.com)
20220412012143.30573-6-paul@apatience.com
* gnu/packages/python-science.scm (python-vedo): Update to 2022.2.0.
[propagated-inputs]: Add python-deprecated.
---
gnu/packages/python-science.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)

Toggle diff (35 lines)
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 3afaa0efc2..f5fcdae613 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -858,17 +858,17 @@ (define-public python-upsetplot
(define-public python-vedo
(package
(name "python-vedo")
- (version "2021.0.3")
+ (version "2022.2.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/marcomusy/vedo")
- (commit version)))
+ (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
- "18i3ajh5jzhpc86di15lwh4jv97jhm627ii877sa4yhv6abzjfpn"))))
+ "1hhv4xc4bphhd1zrnf7r6fpf65xvkdqmb1lh51qg1xpv91h2az0h"))))
(build-system python-build-system)
(arguments
`(#:phases
@@ -892,7 +892,8 @@ (define-public python-vedo
(native-inputs ; for python-pkgconfig
(list pkg-config))
(propagated-inputs
- (list python-numpy
+ (list python-deprecated
+ python-numpy
vtk))
(home-page "https://github.com/marcomusy/vedo")
(synopsis
--
2.35.1
L
L
Liliana Marie Prikler wrote on 12 Apr 2022 08:00
(address . control@debbugs.gnu.org)
dbe14dee126fadb922662ce8d2a6695ac1c4f901.camel@ist.tugraz.at
merge 54869 54870 54871 54872 54873 54874
thanks
?
Your comment

This issue is archived.

To comment on this conversation send an email to 54873@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 54873
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch