guix-commits
[Top][All Lists]
Advanced

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

19/21: gnu: libfabric: Update to 0.11.2.


From: guix-commits
Subject: 19/21: gnu: libfabric: Update to 0.11.2.
Date: Thu, 28 Jan 2021 15:08:17 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit aa108f27102f64d93ad7794a6706e0c147d19cb3
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Thu Jan 28 17:11:22 2021 +0000

    gnu: libfabric: Update to 0.11.2.
    
    * gnu/packages/linux.scm (libfabric): Update to 0.11.2.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 54b4f76..56a82b0 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -6726,7 +6726,7 @@ comparing system environments.")
 (define-public libfabric
   (package
     (name "libfabric")
-    (version "1.4.1")
+    (version "1.11.2")
     (source
      (origin
        (method url-fetch)
@@ -6734,7 +6734,7 @@ comparing system environments.")
         (string-append "https://github.com/ofiwg/libfabric/releases/download/v";
                        version "/libfabric-" version ".tar.bz2"))
        (sha256
-        (base32 "19l2m1frna1l765z4j7wl8hp4rb9wrh0hy5496685hd183hmy5pv"))))
+        (base32 "1nnpfkwxhim2nqjkb1vwrb4wj4j3l6w6yvvy69fqam2snlhshazz"))))
     (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]