gnu: r-performance: Update to 0.11.0.

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

Change-Id: Ifa3bfdca69accddaad64d3827906be55a93908c2
This commit is contained in:
Ricardo Wurmus 2024-03-27 12:35:53 +01:00
parent 2d497d9168
commit 8080725ee5
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -17422,14 +17422,14 @@ ROPE percentage and pd).")
(define-public r-performance
(package
(name "r-performance")
(version "0.10.9")
(version "0.11.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "performance" version))
(sha256
(base32
"1qi08vwh08ndmjyx5vcpwf20j1dkj8998vz7zy26fhp1kf9dlkfw"))))
"03zs162lah8yv2x2q829ifc3jwy7m89r6md4ildjz8qmfjf0js82"))))
(build-system r-build-system)
(propagated-inputs
(list r-bayestestr r-datawizard r-insight))