mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -05:00
gnu: r-performance: Update to 0.10.3.
* gnu/packages/cran.scm (r-performance): Update to 0.10.3.
This commit is contained in:
parent
726b352cec
commit
51ae3aabee
1 changed files with 2 additions and 2 deletions
|
@ -15175,14 +15175,14 @@ (define-public r-bayestestr
|
||||||
(define-public r-performance
|
(define-public r-performance
|
||||||
(package
|
(package
|
||||||
(name "r-performance")
|
(name "r-performance")
|
||||||
(version "0.10.2")
|
(version "0.10.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "performance" version))
|
(uri (cran-uri "performance" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0r9x5pqf1asf0sy0255jv0d4cki4xd5sfp5rl9mldclykpswf022"))))
|
"1l4sr6cgg8rkgs5w98a36n79b1lbg241p60grsnz12hskppa1a6q"))))
|
||||||
(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