gnu: r-performance: Update to 0.10.9.

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

Change-Id: I6a7225e5465f03404db35da744c2478b6b9224e6
This commit is contained in:
Ricardo Wurmus 2024-02-19 12:27:52 +01:00
parent ae1f9bf605
commit ee14d93be0
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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