gnu: r-modeldata: Update to 1.1.0.

* gnu/packages/cran.scm (r-modeldata): Update to 1.1.0.
This commit is contained in:
Ricardo Wurmus 2023-02-18 16:08:56 +01:00
parent 9f8b51f15b
commit 7325c6c9d9
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -32090,14 +32090,14 @@ expressive statistical grammar that coheres with the Tidy design framework.")
(define-public r-modeldata
(package
(name "r-modeldata")
(version "1.0.1")
(version "1.1.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "modeldata" version))
(sha256
(base32
"0ik4r25l69brkf0l248bln1kicy7dpi6mziwn19by8rq3f8fylhy"))))
"0wsqn8vchvanfbfh1l1q54wzgnqx703r32a7xm4zqvq2jixc2nww"))))
(properties `((upstream-name . "modeldata")))
(build-system r-build-system)
(propagated-inputs