mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
down to 30.0
This commit is contained in:
parent
de81e97723
commit
7629ce6067
1 changed files with 2 additions and 2 deletions
|
@ -373,7 +373,7 @@
|
||||||
(package
|
(package
|
||||||
(inherit rdma-core)
|
(inherit rdma-core)
|
||||||
(name "glicid-specific-rdma-core-gcc-10")
|
(name "glicid-specific-rdma-core-gcc-10")
|
||||||
(version "31.0")
|
(version "30.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"
|
||||||
|
@ -381,7 +381,7 @@
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"02ym93k6khfmzm9rml79x9zh1dy8231sygw16r287mhwp0x9mbji"))))
|
"1ycvd8sp3giwjbp0x3nvb8q2wrdc50s7lmzf44b9l51qgcnvvq93"))))
|
||||||
(inputs `(("gcc-10", gcc-10)
|
(inputs `(("gcc-10", gcc-10)
|
||||||
,@(package-inputs rdma-core)))
|
,@(package-inputs rdma-core)))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue