me
/
guix
Archived
1
0
Fork 0

gnu: r-modeldata: Update to 1.3.0.

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

Change-Id: Ibaef5366948e9ca45325d279a99f14417ca43e8e
master
Ricardo Wurmus 2024-01-23 08:26:13 +01:00
parent 9eb92d55e0
commit 0a733805d8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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