mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: r-broom: Update to 1.0.11.
* gnu/packages/cran.scm (r-broom): Update to 1.0.11. Change-Id: Id34ebd579a6d1213fcbc345d208c23874ee2e939
This commit is contained in:
parent
a00cc47bc1
commit
a7b953871a
1 changed files with 2 additions and 2 deletions
|
|
@ -19153,14 +19153,14 @@ by base R methods related to model fitting.")
|
|||
(define-public r-broom
|
||||
(package
|
||||
(name "r-broom")
|
||||
(version "1.0.10")
|
||||
(version "1.0.11")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "broom" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0c80cc87gn48s3h08m3sij3xpjkvd1nbmzhr1z137qfvj14bvyjz"))))
|
||||
"1rhpgcs5kx44krl3qrj6d71bbpmxkhb5j9gcsl633z64xjk9rdkd"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-backports
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue