gnu: r-performance: Update to 0.10.2.

* gnu/packages/cran.scm (r-performance): Update to 0.10.2.
This commit is contained in:
Ricardo Wurmus 2023-02-18 16:08:29 +01:00
parent c3d612127b
commit 1584fbcf9e
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -14188,14 +14188,14 @@ (define-public r-bayestestr
(define-public r-performance
(package
(name "r-performance")
(version "0.10.1")
(version "0.10.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "performance" version))
(sha256
(base32
"1m2zzznfbla8qdm0kxbj5vp431kpygpi4d70042hkg1ly3fyg7pz"))))
"0r9x5pqf1asf0sy0255jv0d4cki4xd5sfp5rl9mldclykpswf022"))))
(build-system r-build-system)
(propagated-inputs
(list r-bayestestr r-datawizard r-insight))