gnu: libfabric: Update to 1.19.0.

* gnu/packages/linux.scm (libfabric): Update to 1.19.0.
This commit is contained in:
Ludovic Courtès 2023-10-16 09:11:09 +02:00 committed by Ludovic Courtès
parent 3f7eeaa57c
commit 8c1c045a87
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

View File

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