mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 13:09:23 -05:00
gnu: r-performance: Update to 0.3.0.
* gnu/packages/cran.scm (r-performance): Update to 0.3.0.
This commit is contained in:
parent
5357c59bf3
commit
5ae4cbb656
1 changed files with 2 additions and 2 deletions
|
@ -8134,14 +8134,14 @@ (define-public r-bayestestr
|
||||||
(define-public r-performance
|
(define-public r-performance
|
||||||
(package
|
(package
|
||||||
(name "r-performance")
|
(name "r-performance")
|
||||||
(version "0.2.0")
|
(version "0.3.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "performance" version))
|
(uri (cran-uri "performance" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1pzd6z7i1jxr2xi1shg3d0bxlbpmjl7kpmwgjnfys6syv57znd1z"))))
|
"13j74ffhx950kacs86ixx84nviq9qlwzr7hjnhkmzw2hspjxq99w"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-bayestestr" ,r-bayestestr)
|
`(("r-bayestestr" ,r-bayestestr)
|
||||||
|
|
Loading…
Reference in a new issue