mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
try 28.1
This commit is contained in:
parent
88fa768eca
commit
8eb1feebb6
1 changed files with 3 additions and 3 deletions
|
@ -387,12 +387,12 @@
|
||||||
|
|
||||||
|
|
||||||
;;26.2 is ok : "1ilns8spik1xz2n668pf0awp4n7b3q7n886ml0q3bslb8fmqfl0i"
|
;;26.2 is ok : "1ilns8spik1xz2n668pf0awp4n7b3q7n886ml0q3bslb8fmqfl0i"
|
||||||
|
;;27.1 is ok : "1mqaxzsbhm7kh20dwdrapvx4x86wkbk1wgb2yyjz73l6bymv7vir"
|
||||||
(define-public glicid-specific-rdma-core-gcc-10
|
(define-public glicid-specific-rdma-core-gcc-10
|
||||||
(package
|
(package
|
||||||
(inherit rdma-core)
|
(inherit rdma-core)
|
||||||
(name "glicid-specific-rdma-core-gcc-10")
|
(name "glicid-specific-rdma-core-gcc-10")
|
||||||
(version "27.1")
|
(version "28.1")
|
||||||
(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"
|
||||||
|
@ -400,7 +400,7 @@
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1mqaxzsbhm7kh20dwdrapvx4x86wkbk1wgb2yyjz73l6bymv7vir"))))
|
"04y7wm2an842hf6idlbjvmiqnlh05xb2i9rhdb5ifzw6n3ciz5nr"))))
|
||||||
(inputs `(("gcc", gcc-10)
|
(inputs `(("gcc", gcc-10)
|
||||||
,@(package-inputs rdma-core)))
|
,@(package-inputs rdma-core)))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue