gnu: r-rprotobuflib: Update to 2.6.0.
* gnu/packages/bioconductor.scm (r-rprotobuflib): Update to 2.6.0.
This commit is contained in:
parent
007e62be63
commit
a27ff891a6
1 changed files with 2 additions and 2 deletions
|
@ -9854,14 +9854,14 @@ model with Box-Cox transformation.")
|
||||||
(define-public r-rprotobuflib
|
(define-public r-rprotobuflib
|
||||||
(package
|
(package
|
||||||
(name "r-rprotobuflib")
|
(name "r-rprotobuflib")
|
||||||
(version "2.4.0")
|
(version "2.6.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "RProtoBufLib" version))
|
(uri (bioconductor-uri "RProtoBufLib" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1hyds97ay4mn7nl830yh9v8mlasgsljsx5wsrhz2zsmbbyx6wbnb"))))
|
"04qlhbhdchpr35rdc6jc3y8fy6znnfrdlsb8am04agbrvpjgrx10"))))
|
||||||
(properties `((upstream-name . "RProtoBufLib")))
|
(properties `((upstream-name . "RProtoBufLib")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Reference in a new issue