gnu: libfabric: Update to 1.22.0.

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

Change-Id: I67124366708f61ad2e49fd8495f447a67ff73d5e
Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Romain GARBAGE 2024-07-31 17:16:40 +02:00 committed by Christopher Baines
parent ce6308168d
commit 59ed5e91f4
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -8918,7 +8918,7 @@ (define-public procenv
(define-public libfabric (define-public libfabric
(package (package
(name "libfabric") (name "libfabric")
(version "1.19.0") (version "1.22.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -8926,7 +8926,7 @@ (define-public libfabric
(string-append "https://github.com/ofiwg/libfabric/releases/download/v" (string-append "https://github.com/ofiwg/libfabric/releases/download/v"
version "/libfabric-" version ".tar.bz2")) version "/libfabric-" version ".tar.bz2"))
(sha256 (sha256
(base32 "17pg0fb4fa77r1bmp0xk535m8n8fadpfdg93cb280ghhx55pck7i")))) (base32 "1znmw83rmippv0fwz0x7lgylfk17dr9ckll8lrm4z7kclspnqpj8"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs `(("rdma-core" ,rdma-core) (inputs `(("rdma-core" ,rdma-core)
,@(match (%current-system) ,@(match (%current-system)