mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
bump rdma-core version
This commit is contained in:
parent
8c44ad7835
commit
50f3fc6f26
1 changed files with 2 additions and 2 deletions
|
@ -481,7 +481,7 @@
|
||||||
(package
|
(package
|
||||||
(inherit rdma-core)
|
(inherit rdma-core)
|
||||||
(name "glicid-specific-rdma-core-gcc-10")
|
(name "glicid-specific-rdma-core-gcc-10")
|
||||||
(version "28.1")
|
(version "33.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/linux-rdma/rdma-core"
|
(uri (string-append "https://github.com/linux-rdma/rdma-core"
|
||||||
|
@ -489,7 +489,7 @@
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"04y7wm2an842hf6idlbjvmiqnlh05xb2i9rhdb5ifzw6n3ciz5nr"))))
|
"0cnmw04z68x042nkqxg57wijzkf9ysmvr8xxidxhxz0mxwx9impg"))))
|
||||||
(inputs `(("gcc", gcc-10)
|
(inputs `(("gcc", gcc-10)
|
||||||
,@(package-inputs rdma-core)))
|
,@(package-inputs rdma-core)))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue