me
/
guix
Archived
1
0
Fork 0

gnu: r-performance: Update to 0.5.0.

* gnu/packages/cran.scm (r-performance): Update to 0.5.0.
master
Ricardo Wurmus 2020-09-14 19:02:32 +02:00
parent 5efeef3f01
commit 7975d2c3b8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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