mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: r-r-rsp: Update to 0.21.0.
* gnu/packages/statistics.scm (r-r-rsp): Update to 0.21.0.
This commit is contained in:
parent
801e9e7399
commit
799ef55b15
1 changed files with 2 additions and 2 deletions
|
@ -2340,13 +2340,13 @@ (define-public r-r-cache
|
||||||
(define-public r-r-rsp
|
(define-public r-r-rsp
|
||||||
(package
|
(package
|
||||||
(name "r-r-rsp")
|
(name "r-r-rsp")
|
||||||
(version "0.20.0")
|
(version "0.21.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "R.rsp" version))
|
(uri (cran-uri "R.rsp" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"06vq9qq5hdz3hqc99q82622mab6ix7jwap20h4za6ap6gnwqs0fv"))))
|
"0snc6ps75s3ci6sy8mil1wg2i9xmlr1ygh9n244y1brdvp43dfsw"))))
|
||||||
(properties `((upstream-name . "R.rsp")))
|
(properties `((upstream-name . "R.rsp")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue