gnu: r-performance: Update to 0.10.8.

* gnu/packages/cran.scm (r-performance): Update to 0.10.8.

Change-Id: Ic0c7a1f1402ae5a63bf433fd2f874e24eab5a216
This commit is contained in:
Ricardo Wurmus 2023-10-31 17:15:09 +01:00
parent d7244ece08
commit 05e2f170f7
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -16467,14 +16467,14 @@ (define-public r-bayestestr
(define-public r-performance
(package
(name "r-performance")
(version "0.10.5")
(version "0.10.8")
(source
(origin
(method url-fetch)
(uri (cran-uri "performance" version))
(sha256
(base32
"1bwcdz2iah6ya1p9ykbj5ybvzwlq9spv6mq3fn68cckymg0hs76r"))))
"0zvj0bzbqcy35jcg1s6b1wqbz7rbajzvjm74aks4j6iq4grh4d2j"))))
(build-system r-build-system)
(propagated-inputs
(list r-bayestestr r-datawizard r-insight))