gnu: r-performance: Update to 0.4.6.

* gnu/packages/cran.scm (r-performance): Update to 0.4.6.
This commit is contained in:
Ricardo Wurmus 2020-05-12 16:55:16 +02:00
parent ebe57c1b6a
commit e4c049483d
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -8752,14 +8752,14 @@ (define-public r-bayestestr
(define-public r-performance
(package
(name "r-performance")
(version "0.4.5")
(version "0.4.6")
(source
(origin
(method url-fetch)
(uri (cran-uri "performance" version))
(sha256
(base32
"0j6wmnwhfdd3v1a17qmg491q50579knjzscmyr4yk3xr0jbsbg8x"))))
"08i9ngvga06abs2k50gvkh6iwl4r77bkmmchsqjibsy09wdvd8xj"))))
(build-system r-build-system)
(propagated-inputs
`(("r-bayestestr" ,r-bayestestr)