bump ti v31

This commit is contained in:
Yann Dupont 2020-09-22 16:03:19 +02:00
parent fcc5de01db
commit 0f0c07134e

View file

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