gnu: r-broom: Update to 0.7.8.

* gnu/packages/cran.scm (r-broom): Update to 0.7.8.
This commit is contained in:
Ricardo Wurmus 2021-07-10 13:26:13 +02:00
parent da8acbb9e0
commit c71508a41e
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4702,14 +4702,14 @@ (define-public r-generics
(define-public r-broom
(package
(name "r-broom")
(version "0.7.6")
(version "0.7.8")
(source
(origin
(method url-fetch)
(uri (cran-uri "broom" version))
(sha256
(base32
"1ljcl8mh0yqxw3qxzar482qwbxbcaim1x6y1wm82ws12pfdw0j8n"))))
"0hb2ia55ni2dhyaapw00iy5y44x2kzv39z6qg118c5r94w56fykm"))))
(build-system r-build-system)
(propagated-inputs
`(("r-backports" ,r-backports)