me
/
guix
Archived
1
0
Fork 0

gnu: r-yardstick: Update to 0.0.9.

* gnu/packages/cran.scm (r-yardstick): Update to 0.0.9.
master
Ricardo Wurmus 2022-01-05 19:34:31 +01:00
parent e25fba029b
commit 9b13f04206
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -26966,14 +26966,14 @@ object sizes.")
(define-public r-yardstick
(package
(name "r-yardstick")
(version "0.0.8")
(version "0.0.9")
(source
(origin
(method url-fetch)
(uri (cran-uri "yardstick" version))
(sha256
(base32
"13b0lyj2k0r568mwlyz9yvp9156rzlj4jqnjazaffh9vwqh4whir"))))
"00hv4gk1ba4dab8i3dcq7lim4bll7l572rgc8km9x4ja8by95j8h"))))
(properties `((upstream-name . "yardstick")))
(build-system r-build-system)
(propagated-inputs