mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-21 10:09:15 -05:00
gnu: r-performance: Update to 0.12.0.
* gnu/packages/cran.scm (r-performance): Update to 0.12.0. Change-Id: I4df02831422296bdb6ad7ddc11fa4f08d3826646
This commit is contained in:
parent
b33a1e32bf
commit
12f0514190
1 changed files with 2 additions and 2 deletions
|
@ -18186,14 +18186,14 @@ (define-public r-bayestestr
|
|||
(define-public r-performance
|
||||
(package
|
||||
(name "r-performance")
|
||||
(version "0.11.0")
|
||||
(version "0.12.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "performance" version))
|
||||
(sha256
|
||||
(base32
|
||||
"03zs162lah8yv2x2q829ifc3jwy7m89r6md4ildjz8qmfjf0js82"))))
|
||||
"0py6b1mix26z7fmarya7gfa9bwb8ymsr7z78ag8kld6ih3slga7z"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-bayestestr r-datawizard r-insight))
|
||||
|
|
Loading…
Reference in a new issue