gnu: r-performance: Update to 0.4.4.

* gnu/packages/cran.scm (r-performance): Update to 0.4.4.
This commit is contained in:
Ricardo Wurmus 2020-02-19 21:11:40 +01:00
parent e9f6089744
commit 155f188634
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -8504,14 +8504,14 @@ (define-public r-bayestestr
(define-public r-performance
(package
(name "r-performance")
(version "0.4.3")
(version "0.4.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "performance" version))
(sha256
(base32
"1164585ywbnrcy7an57kifh2gdb6g08z9pxw75ywqdcfyd51i3dz"))))
"18h9y66cpsb3k6xnaya87vnpv2s3chf4bzsc4ym3n5sxhh41j7la"))))
(build-system r-build-system)
(propagated-inputs
`(("r-bayestestr" ,r-bayestestr)