guix-commits
[Top][All Lists]
Advanced

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

10/12: gnu: address@hidden: Update to 1.11.12.


From: guix-commits
Subject: 10/12: gnu: address@hidden: Update to 1.11.12.
Date: Thu, 31 Jan 2019 15:21:58 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 9dd508458987397567ef650e59f29c59f2ebeb23
Author: Marius Bakke <address@hidden>
Date:   Wed Jan 30 20:06:36 2019 +0100

    gnu: address@hidden: Update to 1.11.12.
    
    * gnu/packages/mpi.scm (hwloc): Update to 1.11.12.
---
 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 f08a7f5..0d54a18 100644
--- a/gnu/packages/mpi.scm
+++ b/gnu/packages/mpi.scm
@@ -50,7 +50,7 @@
   ;; to migrate to 2.0.
   (package
     (name "hwloc")
-    (version "1.11.10")
+    (version "1.11.12")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.open-mpi.org/software/hwloc/v";
@@ -58,7 +58,7 @@
                                   "/downloads/hwloc-" version ".tar.bz2"))
               (sha256
                (base32
-                "1ryibcng40xcq22lsj85fn2vcvrksdx9rr3wwxpq8dw37lw0is1b"))))
+                "0za1b9lvrm3rhn0lrxja5f64r0aq1qs4m0pxn1ji2mbi8ndppyyx"))))
     (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]