me
/
guix
Archived
1
0
Fork 0

gnu: r-performance: Update to 0.9.1.

* gnu/packages/cran.scm (r-performance): Update to 0.9.1.
master
Ricardo Wurmus 2022-07-01 15:30:00 +02:00
parent dbdb2c549d
commit e1235cebb1
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -12447,14 +12447,14 @@ ROPE percentage and pd).")
(define-public r-performance
(package
(name "r-performance")
(version "0.9.0")
(version "0.9.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "performance" version))
(sha256
(base32
"1znr4i1pjv6z3lj6qrma2i3l94rz1z29w92mrxxfy3ch0s71crww"))))
"0xiqy9z070v5xzf2iq4x01licabhkygji5x6qfy7l08n43z4agny"))))
(build-system r-build-system)
(propagated-inputs
(list r-bayestestr r-datawizard r-insight))