mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-rprotobuflib: Update to 2.20.0.
* gnu/packages/bioconductor.scm (r-rprotobuflib): Update to 2.20.0. Change-Id: Ia4489b20d351bbb94d50423bf47b286a8bac8762
This commit is contained in:
parent
236bd2b6a8
commit
3565c1956e
1 changed files with 2 additions and 2 deletions
|
@ -21863,14 +21863,14 @@ model with Box-Cox transformation.")
|
||||||
(define-public r-rprotobuflib
|
(define-public r-rprotobuflib
|
||||||
(package
|
(package
|
||||||
(name "r-rprotobuflib")
|
(name "r-rprotobuflib")
|
||||||
(version "2.18.0")
|
(version "2.20.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
|
||||||
"1r9462sx6qfxbvrzzngcahg6mh77giapfvl16qswddn19jh8yc2g"))))
|
"1vz9kdjdgcfipz743df4w060xzw2bx102ymps5j8x9brvjjp0h4q"))))
|
||||||
(properties `((upstream-name . "RProtoBufLib")))
|
(properties `((upstream-name . "RProtoBufLib")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue