me
/
guix
Archived
1
0
Fork 0

gnu: r-performance: Update to 0.12.0.

* gnu/packages/cran.scm (r-performance): Update to 0.12.0.

Change-Id: I4df02831422296bdb6ad7ddc11fa4f08d3826646
master
Ricardo Wurmus 2024-07-02 14:58:40 +02:00
parent b33a1e32bf
commit 12f0514190
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -18186,14 +18186,14 @@ ROPE percentage and pd).")
(define-public r-performance
(package
(name "r-performance")
(version "0.11.0")
(version "0.12.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "performance" version))
(sha256
(base32
"03zs162lah8yv2x2q829ifc3jwy7m89r6md4ildjz8qmfjf0js82"))))
"0py6b1mix26z7fmarya7gfa9bwb8ymsr7z78ag8kld6ih3slga7z"))))
(build-system r-build-system)
(propagated-inputs
(list r-bayestestr r-datawizard r-insight))