me
/
guix
Archived
1
0
Fork 0

gnu: r-modeldata: Update to 1.4.0.

* gnu/packages/cran.scm (r-modeldata): Update to 1.4.0.

Change-Id: I9775561e8935dbfd6cba30a5cfaaefe3aca91ad3
master
Ricardo Wurmus 2024-07-02 14:58:47 +02:00
parent 19b5af5763
commit 72f73573d1
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -37392,14 +37392,14 @@ expressive statistical grammar that coheres with the Tidy design framework.")
(define-public r-modeldata
(package
(name "r-modeldata")
(version "1.3.0")
(version "1.4.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "modeldata" version))
(sha256
(base32
"035gyxgs9byij9d5vpw35a96f7xlhfj3k6c140mql4yfplm5rk23"))))
"15cfvvhf1c8zaanxdrrh934kz8250j0r5k6df0qkl5dz8cqv8sgb"))))
(properties `((upstream-name . "modeldata")))
(build-system r-build-system)
(propagated-inputs