bump libfabric version

This commit is contained in:
Yann Dupont 2021-05-04 12:24:14 +02:00
parent 70029d82dd
commit 814fb1cc87

View file

@ -589,7 +589,7 @@ in the @code{debug} output), and binutils.")))
(package
(inherit libfabric)
(name "glicid-specific-libfabric-gcc-11")
(version "1.11.2")
(version "1.12.1")
(source
(origin
(method url-fetch)
@ -597,7 +597,7 @@ in the @code{debug} output), and binutils.")))
(string-append "https://github.com/ofiwg/libfabric/releases/download/v"
version "/libfabric-" version ".tar.bz2"))
(sha256
(base32 "1nnpfkwxhim2nqjkb1vwrb4wj4j3l6w6yvvy69fqam2snlhshazz"))))
(base32 "0b34p88w399jabdf77jpskxyv2j60nwxlsj3lyk9svjy9458wg6v"))))
(inputs `(("gcc", gcc-11)
("rdma-core", glicid-specific-rdma-core-gcc-11)