mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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:
parent
ce6308168d
commit
59ed5e91f4
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue