mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 08:51:48 -05:00
gnu: r-modeldata: Update to 0.1.1.
* gnu/packages/cran.scm (r-modeldata): Update to 0.1.1.
This commit is contained in:
parent
5fe6129c66
commit
1b06cf529a
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue