aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 128722841a..8ca1df1185 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -8918,7 +8918,7 @@ comparing system environments.")
(define-public libfabric
(package
(name "libfabric")
- (version "1.19.0")
+ (version "1.22.0")
(source
(origin
(method url-fetch)
@@ -8926,7 +8926,7 @@ comparing system environments.")
(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)
3274e67e2242b970845783172c9f4e49405ca'>services: hurd-vm: Leave root password uninitialized when offloading....Ludovic Courtès 2023-10-01services: hurd-vm: Implement zero-configuration offloading....Ludovic Courtès 2023-10-01services: hurd-vm: Disable password-based authentication for root....Ludovic Courtès 2023-10-01services: hurd-vm: ‘image’ field has to be an <image> record....Ludovic Courtès 2023-10-01services: childhurd: Authorize the childhurd’s key on the host....Ludovic Courtès 2023-10-01services: hurd-vm: Use the default SSH port number....Ludovic Courtès 2023-09-18services: hurd-vm: Use ‘qemu-system-x86_64’....Ludovic Courtès 2023-07-13services: childhurd: Bump default qemu memory to 2048MB....Janneke Nieuwenhuizen 2023-07-07services: libvirt: Add requirement on dbus....Josselin Poiret 2023-06-16services: qemu-guest-agent: Add dependency on udev....Ludovic Courtès 2023-05-09service: qemu-binfmt: Remove broken qemu targets....Efraim Flashner 2023-05-04services: qemu-binfmt: Add more targets....Efraim Flashner 2022-11-20gnu: Fix copyright line....Leo Nikkilä 2022-11-07services: qemu-binfmt: Add x86_64 QEMU target....Leo Nikkilä 2022-09-13services: secret-service: Inherit from the original 'guix-configuration'....Ludovic Courtès 2022-09-09services: libvirt: Fix listen TCP....Oleg Pykhalov