me
/
guix
Archived
1
0
Fork 0

gnu: r-performance: Update to 0.5.1.

* gnu/packages/cran.scm (r-performance): Update to 0.5.1.
master
Ricardo Wurmus 2020-10-31 13:42:20 +01:00
parent 61dfc06583
commit d423381e77
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -9308,14 +9308,14 @@ ROPE percentage and pd).")
(define-public r-performance
(package
(name "r-performance")
(version "0.5.0")
(version "0.5.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "performance" version))
(sha256
(base32
"01csmn52d6rhlmcj7gi6ckc6v6a8pymnrpx9l729h13igxsnaf28"))))
"1vkc87vbhw7l626pdnpiravnpsa5j0iv73lbwy3m309lnfvv0cqx"))))
(build-system r-build-system)
(propagated-inputs
`(("r-bayestestr" ,r-bayestestr)