mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-22 10:39:39 -05:00
gnu: r-performance: Update to 0.9.0.
* gnu/packages/cran.scm (r-performance): Update to 0.9.0.
This commit is contained in:
parent
cfcd32ef18
commit
6f271927f7
1 changed files with 2 additions and 2 deletions
|
@ -12169,14 +12169,14 @@ (define-public r-bayestestr
|
||||||
(define-public r-performance
|
(define-public r-performance
|
||||||
(package
|
(package
|
||||||
(name "r-performance")
|
(name "r-performance")
|
||||||
(version "0.8.0")
|
(version "0.9.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
|
||||||
"1xjjnhqmwfflm5yfgjhycjn0fj0manvsvkk2ppifn0373bajp5n2"))))
|
"1znr4i1pjv6z3lj6qrma2i3l94rz1z29w92mrxxfy3ch0s71crww"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-bayestestr r-datawizard r-insight))
|
(list r-bayestestr r-datawizard r-insight))
|
||||||
|
|
Loading…
Reference in a new issue