gnu: r-performance: Update to 0.4.2.

* gnu/packages/cran.scm (r-performance): Update to 0.4.2.
This commit is contained in:
Ricardo Wurmus 2019-12-15 15:50:54 +01:00
parent f92c0c1efc
commit afc1ff2f08
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -8433,14 +8433,14 @@ (define-public r-bayestestr
(define-public r-performance
(package
(name "r-performance")
(version "0.4.0")
(version "0.4.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "performance" version))
(sha256
(base32
"0lxpmp9smn5r3xvfik36nr608wcpmmximjh0v2sckyvjf7hnb4s0"))))
"1pcjmqqm178dvdcpzkv5p4sj7glsppcny7znljb2nqkxh539a59p"))))
(build-system r-build-system)
(propagated-inputs
`(("r-bayestestr" ,r-bayestestr)