mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-performance: Update to 0.10.9.
* gnu/packages/cran.scm (r-performance): Update to 0.10.9. Change-Id: I6a7225e5465f03404db35da744c2478b6b9224e6
This commit is contained in:
parent
ae1f9bf605
commit
ee14d93be0
1 changed files with 2 additions and 2 deletions
|
@ -17263,14 +17263,14 @@ (define-public r-bayestestr
|
|||
(define-public r-performance
|
||||
(package
|
||||
(name "r-performance")
|
||||
(version "0.10.8")
|
||||
(version "0.10.9")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "performance" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0zvj0bzbqcy35jcg1s6b1wqbz7rbajzvjm74aks4j6iq4grh4d2j"))))
|
||||
"1qi08vwh08ndmjyx5vcpwf20j1dkj8998vz7zy26fhp1kf9dlkfw"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-bayestestr r-datawizard r-insight))
|
||||
|
|
Loading…
Reference in a new issue