guix-patches
[Top][All Lists]
Advanced

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

[bug#72401] [PATCH] gnu: libfabric: Update to 1.22.0.


From: Romain GARBAGE
Subject: [bug#72401] [PATCH] gnu: libfabric: Update to 1.22.0.
Date: Wed, 31 Jul 2024 17:16:40 +0200

* gnu/packages/linux.scm (libfabric): Update to 1.22.0.

Change-Id: I67124366708f61ad2e49fd8495f447a67ff73d5e
---
 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 613d4b260c..3ec1477f8b 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -8918,7 +8918,7 @@ (define-public procenv
 (define-public libfabric
   (package
     (name "libfabric")
-    (version "1.19.0")
+    (version "1.22.0")
     (source
      (origin
        (method url-fetch)
@@ -8926,7 +8926,7 @@ (define-public libfabric
         (string-append "https://github.com/ofiwg/libfabric/releases/download/v";
                        version "/libfabric-" version ".tar.bz2"))
        (sha256
-        (base32 "17pg0fb4fa77r1bmp0xk535m8n8fadpfdg93cb280ghhx55pck7i"))))
+        (base32 "1znmw83rmippv0fwz0x7lgylfk17dr9ckll8lrm4z7kclspnqpj8"))))
     (build-system gnu-build-system)
     (inputs `(("rdma-core" ,rdma-core)
               ,@(match (%current-system)

base-commit: 2aa0127d4e3d2363c04caab88137b070b6cf1318
-- 
2.45.2






reply via email to

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