gnu: r-performance: Update to 0.10.5.

* gnu/packages/cran.scm (r-performance): Update to 0.10.5.
This commit is contained in:
Ricardo Wurmus 2023-09-14 00:04:08 +02:00
parent 73eec30f7c
commit b0a59e175c
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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