guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/05: gnu: address@hidden: Update to 1.11.10.


From: Ludovic Courtès
Subject: 02/05: gnu: address@hidden: Update to 1.11.10.
Date: Mon, 26 Mar 2018 12:25:17 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 323991339e407cef0cd01343671a1c27bd1a7edd
Author: Ludovic Courtès <address@hidden>
Date:   Mon Mar 26 18:04:38 2018 +0200

    gnu: address@hidden: Update to 1.11.10.
    
    * gnu/packages/mpi.scm (hwloc): Update to 1.11.10.
---
 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 99c09fb..e4c1a49 100644
--- a/gnu/packages/mpi.scm
+++ b/gnu/packages/mpi.scm
@@ -47,7 +47,7 @@
   ;; to migrate to 2.0.
   (package
     (name "hwloc")
-    (version "1.11.9")
+    (version "1.11.10")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.open-mpi.org/software/hwloc/v";
@@ -55,7 +55,7 @@
                                   "/downloads/hwloc-" version ".tar.bz2"))
               (sha256
                (base32
-                "0r2im1s5lp7zjwqalcqcnlxx0dsky1bnx5waf2r3rmj888c36hrr"))))
+                "1ryibcng40xcq22lsj85fn2vcvrksdx9rr3wwxpq8dw37lw0is1b"))))
     (build-system gnu-build-system)
     (outputs '("out"           ;'lstopo' & co., depends on Cairo, libx11, etc.
                "lib"           ;small closure



reply via email to

[Prev in Thread] Current Thread [Next in Thread]