all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#34530] [PATCH] gnu: python-mpi4py: Update to 3.0.1.
@ 2019-02-18 18:51 Paul Garlick
  2019-02-18 20:41 ` bug#34530: " Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Garlick @ 2019-02-18 18:51 UTC (permalink / raw)
  To: 34530; +Cc: Paul Garlick

* gnu/packages/mpi.scm (python-mpi4py): Update to 3.0.1.
---
 gnu/packages/mpi.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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

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

* bug#34530: [PATCH] gnu: python-mpi4py: Update to 3.0.1.
  2019-02-18 18:51 [bug#34530] [PATCH] gnu: python-mpi4py: Update to 3.0.1 Paul Garlick
@ 2019-02-18 20:41 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2019-02-18 20:41 UTC (permalink / raw)
  To: Paul Garlick; +Cc: 34530-done


Paul Garlick <pgarlick@tourbillion-technology.com> writes:

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

Thanks!  Pushed to the master branch with commit
b49c8b9ef8a11f74f86db00a6d1360ab5068da12.

--
Ricardo

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

end of thread, other threads:[~2019-02-18 20:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-18 18:51 [bug#34530] [PATCH] gnu: python-mpi4py: Update to 3.0.1 Paul Garlick
2019-02-18 20:41 ` bug#34530: " Ricardo Wurmus

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.