1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-11 15:40:31 +02: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:
Ricardo Wurmus
2025-05-31 09:11:19 +02:00
parent 8b660649a8
commit adbbe779d3

View File

@@ -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)