mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: r-performance: Update to 0.14.0.
* gnu/packages/cran.scm (r-performance): Update to 0.14.0. Change-Id: I0a39cfd00ef616638d9547192a49d6b86779808b
This commit is contained in:
parent
8b660649a8
commit
adbbe779d3
1 changed files with 2 additions and 2 deletions
|
|
@ -28455,14 +28455,14 @@ ROPE percentage and pd).")
|
|||
(define-public r-performance
|
||||
(package
|
||||
(name "r-performance")
|
||||
(version "0.13.0")
|
||||
(version "0.14.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "performance" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ijavd5f1ziwhajpjlmd60qwj56bw6nqhj2hq0ml026y70gcymjj"))))
|
||||
"1sibccf0kswv8gv8mk91593ikzkqigsj6n1bjflacihhjrpxyn1a"))))
|
||||
(properties
|
||||
'((updater-extra-native-inputs . ("r-dharma"))))
|
||||
(build-system r-build-system)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue