me
/
guix
Archived
1
0
Fork 0

gnu: r-performance: Update to 0.4.5.

* gnu/packages/cran.scm (r-performance): Update to 0.4.5.
master
Ricardo Wurmus 2020-04-01 11:11:49 +02:00
parent 76fb1e8f3f
commit c639485645
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -8545,14 +8545,14 @@ ROPE percentage and pd).")
(define-public r-performance
(package
(name "r-performance")
(version "0.4.4")
(version "0.4.5")
(source
(origin
(method url-fetch)
(uri (cran-uri "performance" version))
(sha256
(base32
"18h9y66cpsb3k6xnaya87vnpv2s3chf4bzsc4ym3n5sxhh41j7la"))))
"0j6wmnwhfdd3v1a17qmg491q50579knjzscmyr4yk3xr0jbsbg8x"))))
(build-system r-build-system)
(propagated-inputs
`(("r-bayestestr" ,r-bayestestr)