mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: r-r-oo: Update to 1.25.0.
* gnu/packages/statistics.scm (r-r-oo): Update to 1.25.0.
This commit is contained in:
parent
ed945c7732
commit
5fe57da316
1 changed files with 2 additions and 2 deletions
|
@ -3947,13 +3947,13 @@ (define-public r-r-methodss3
|
|||
(define-public r-r-oo
|
||||
(package
|
||||
(name "r-r-oo")
|
||||
(version "1.24.0")
|
||||
(version "1.25.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "R.oo" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1divisff26fmiqg6vmabnwlrx079c066r8qvkakfp336vnwdm89p"))))
|
||||
"1vxy8yw4yblb3vgl64yh0b6zf1d51rnc2c23kmyyw629fxhr1cdq"))))
|
||||
(properties `((upstream-name . "R.oo")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue