mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 01:11:55 -05:00
gnu: r-opencpu: Update to 2.2.8.
* gnu/packages/cran.scm (r-opencpu): Update to 2.2.8.
This commit is contained in:
parent
28af966caa
commit
30cb1c0059
1 changed files with 2 additions and 2 deletions
|
@ -31564,13 +31564,13 @@ (define-public r-protolite
|
|||
(define-public r-opencpu
|
||||
(package
|
||||
(name "r-opencpu")
|
||||
(version "2.2.7")
|
||||
(version "2.2.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "opencpu" version))
|
||||
(sha256
|
||||
(base32 "06jpmk95hm39ib5c75xw0mdrdv9x9zz1qil3m8ysb6pp1xx47jz0"))))
|
||||
(base32 "1h0s7fbifyf4h1296sdk3amij0m6s12wq32mbky7xg4nz8wj29ni"))))
|
||||
(properties `((upstream-name . "opencpu")))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue