bump version (test)

This commit is contained in:
Yann Dupont 2021-05-04 14:22:13 +02:00
parent 814fb1cc87
commit 884e261316

View file

@ -570,7 +570,7 @@ in the @code{debug} output), and binutils.")))
(package (package
(inherit rdma-core) (inherit rdma-core)
(name "glicid-specific-rdma-core-gcc-11") (name "glicid-specific-rdma-core-gcc-11")
(version "28.1") (version "34.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"
@ -578,7 +578,7 @@ in the @code{debug} output), and binutils.")))
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"04y7wm2an842hf6idlbjvmiqnlh05xb2i9rhdb5ifzw6n3ciz5nr")))) "1s4b80jzdi2m6j5aix3mxl6iafgbqp88pfxy7568zxwc8rkcz71x"))))
(inputs `(("gcc", gcc-11) (inputs `(("gcc", gcc-11)
,@(package-inputs rdma-core))) ,@(package-inputs rdma-core)))