guix_mirror_bot pushed a commit to branch master
in repository guix.
commit b218b187ff4e9d3b5f513f6f659cd384730fadd8
Author: Ludovic Courtès <[email protected]>
AuthorDate: Wed Jun 10 21:43:04 2026 +0200
gnu: libfabric: Update to 2.5.1.
* gnu/packages/linux.scm (libfabric): Update to 2.5.1.
Change-Id: I249384ad28180b23954e52356725ce71ca1b5256
Signed-off-by: Ludovic Courtès <[email protected]>
---
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 b5995e2098..1d4f2c2ef4 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -10286,7 +10286,7 @@ known as Slingshot.")
(define-public libfabric
(package
(name "libfabric")
- (version "2.5.0")
+ (version "2.5.1")
(source
(origin
(method git-fetch)
@@ -10294,7 +10294,7 @@ known as Slingshot.")
(url "https://github.com/ofiwg/libfabric")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
- (sha256 (base32
"14yhvywbz98yajffq5pmpphhpdr0g8m8a5579dfy56fpxar441an"))))
+ (sha256 (base32
"15z0g1z62hv6kkiksvpxl6xv07wdmnvqhm5vnh0vq4ipr8f5vikp"))))
(build-system gnu-build-system)
(native-inputs
(list autoconf