gnu: r-performance: Update to 0.10.1.

* gnu/packages/cran.scm (r-performance): Update to 0.10.1.
This commit is contained in:
Ricardo Wurmus 2022-11-29 15:22:12 +01:00
parent 74eeae913d
commit d73fa49ff5
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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