[PATCH] gnu: python-mpi4py: Update to 3.0.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Paul Garlick
  • Ricardo Wurmus
Owner
unassigned
Submitted by
Paul Garlick
Severity
normal

Debbugs page

Paul Garlick wrote 6 years ago
(address . guix-patches@gnu.org)(name . Paul Garlick)(address . pgarlick@tourbillion-technology.com)
1550515887-23784-1-git-send-email-pgarlick@tourbillion-technology.com
* gnu/packages/mpi.scm (python-mpi4py): Update to 3.0.1.
---
gnu/packages/mpi.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/mpi.scm b/gnu/packages/mpi.scm
index e4c17d4..35d3c9e 100644
--- a/gnu/packages/mpi.scm
+++ b/gnu/packages/mpi.scm
@@ -296,14 +296,14 @@ only provides @code{MPI_THREAD_FUNNELED}.")))
(define-public python-mpi4py
(package
(name "python-mpi4py")
- (version "3.0.0")
+ (version "3.0.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "mpi4py" version))
(sha256
(base32
- "1mzgd26dfv4vwbci8gq77ss9f0x26i9aqzq9b9vs9ndxhlnv0mxl"))))
+ "0ld8rjmsjr0dklvj2g1gr3ax32sdq0xjxyh0cspknc1i36waajb5"))))
(build-system python-build-system)
(arguments
`(#:phases
--
1.8.3.1
Ricardo Wurmus wrote 6 years ago
(name . Paul Garlick)(address . pgarlick@tourbillion-technology.com)(address . 34530-done@debbugs.gnu.org)
87d0nox20c.fsf@elephly.net
Paul Garlick <pgarlick@tourbillion-technology.com> writes:

Toggle quote (2 lines)
> * gnu/packages/mpi.scm (python-mpi4py): Update to 3.0.1.

Thanks! Pushed to the master branch with commit
b49c8b9ef8a11f74f86db00a6d1360ab5068da12.

--
Ricardo
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 34530
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
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help