me
/
guix
Archived
1
0
Fork 0

gnu: r-broom: Update to 0.7.2.

* gnu/packages/cran.scm (r-broom): Update to 0.7.2.
master
Ricardo Wurmus 2020-10-31 13:41:11 +01:00
parent 5cb0f751eb
commit 4eda10c681
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3587,14 +3587,14 @@ by base R methods related to model fitting.")
(define-public r-broom
(package
(name "r-broom")
(version "0.7.1")
(version "0.7.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "broom" version))
(sha256
(base32
"12xnpmm1cyhksv4gwcrwgrpw7c0xf1c7chlpng9lk8arifbfvqpg"))))
"18qkgw5f46cfr8sc7r9a261ivn3s4w88sdj653gaa20723179300"))))
(build-system r-build-system)
(propagated-inputs
`(("r-backports" ,r-backports)