gnu: r-r-oo: Update to 1.26.0.
* gnu/packages/statistics.scm (r-r-oo): Update to 1.26.0. Change-Id: Ic85ada2a8f72202641cfc75f73344c23bc7d152a
This commit is contained in:
parent
a73bf3375b
commit
d63c2ee69e
1 changed files with 2 additions and 2 deletions
|
@ -4286,13 +4286,13 @@ want to migrate to S4.")
|
||||||
(define-public r-r-oo
|
(define-public r-r-oo
|
||||||
(package
|
(package
|
||||||
(name "r-r-oo")
|
(name "r-r-oo")
|
||||||
(version "1.25.0")
|
(version "1.26.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "R.oo" version))
|
(uri (cran-uri "R.oo" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1vxy8yw4yblb3vgl64yh0b6zf1d51rnc2c23kmyyw629fxhr1cdq"))))
|
"0ra3sjs7sqqif3dlcdry7p40vd4jxm0407d3s6sgn5i2ihw2nq7p"))))
|
||||||
(properties `((upstream-name . "R.oo")))
|
(properties `((upstream-name . "R.oo")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue