gnu: r-modeldata: Update to 0.1.1.

* gnu/packages/cran.scm (r-modeldata): Update to 0.1.1.
This commit is contained in:
Ricardo Wurmus 2021-07-26 15:19:13 +02:00
parent 5fe6129c66
commit 1b06cf529a
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -27400,14 +27400,14 @@ (define-public r-infer
(define-public r-modeldata
(package
(name "r-modeldata")
(version "0.1.0")
(version "0.1.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "modeldata" version))
(sha256
(base32
"0lbvmicvhw560jn9qk5dywrl6mgj1rf7zh7p86lf97c6bmz0zp2r"))))
"0jgrwf9k8p9j3ywg3yv2wzwsx3snlwm3dd9vfqwhlr7j63jg3cm4"))))
(properties `((upstream-name . "modeldata")))
(build-system r-build-system)
(home-page "https://modeldata.tidymodels.org")