down to 30.0

This commit is contained in:
Yann Dupont 2020-09-22 14:31:55 +02:00
parent de81e97723
commit 7629ce6067

View file

@ -373,7 +373,7 @@
(package
(inherit rdma-core)
(name "glicid-specific-rdma-core-gcc-10")
(version "31.0")
(version "30.0")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/linux-rdma/rdma-core"
@ -381,7 +381,7 @@
version ".tar.gz"))
(sha256
(base32
"02ym93k6khfmzm9rml79x9zh1dy8231sygw16r287mhwp0x9mbji"))))
"1ycvd8sp3giwjbp0x3nvb8q2wrdc50s7lmzf44b9l51qgcnvvq93"))))
(inputs `(("gcc-10", gcc-10)
,@(package-inputs rdma-core)))