guix-commits
[Top][All Lists]
Advanced

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

08/11: gnu: libfabric: Update to 1.19.0.


From: guix-commits
Subject: 08/11: gnu: libfabric: Update to 1.19.0.
Date: Tue, 14 Nov 2023 11:58:07 -0500 (EST)

civodul pushed a commit to branch wip-openmpi-upgrade
in repository guix.

commit cddee9a8c11012427f1236dfa116f3a06b7f9a92
Author: Ludovic Courtès <ludovic.courtes@inria.fr>
AuthorDate: Mon Oct 16 09:11:09 2023 +0200

    gnu: libfabric: Update to 1.19.0.
    
    * gnu/packages/linux.scm (libfabric): Update to 1.19.0.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 4ab5c1f205..79e764f726 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -8572,7 +8572,7 @@ comparing system environments.")
 (define-public libfabric
   (package
     (name "libfabric")
-    (version "1.11.2")
+    (version "1.19.0")
     (source
      (origin
        (method url-fetch)
@@ -8580,7 +8580,7 @@ comparing system environments.")
         (string-append "https://github.com/ofiwg/libfabric/releases/download/v";
                        version "/libfabric-" version ".tar.bz2"))
        (sha256
-        (base32 "1nnpfkwxhim2nqjkb1vwrb4wj4j3l6w6yvvy69fqam2snlhshazz"))))
+        (base32 "17pg0fb4fa77r1bmp0xk535m8n8fadpfdg93cb280ghhx55pck7i"))))
     (build-system gnu-build-system)
     (inputs `(("rdma-core" ,rdma-core)
               ,@(match (%current-system)



reply via email to

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