mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: r-broom-helpers: Update to 1.16.0.
* gnu/packages/cran.scm (r-broom-helpers): Update to 1.16.0. Change-Id: I19190e1f3f4303727875894f1486764512373287
This commit is contained in:
parent
983e333036
commit
024eeb83f8
1 changed files with 2 additions and 2 deletions
|
@ -281,13 +281,13 @@ (define-public r-brio
|
|||
(define-public r-broom-helpers
|
||||
(package
|
||||
(name "r-broom-helpers")
|
||||
(version "1.15.0")
|
||||
(version "1.16.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "broom.helpers" version))
|
||||
(sha256
|
||||
(base32 "0gm9k2d73p6bhcmzc43qgy6v27pi036369dldz77hd5h5i95hp7c"))))
|
||||
(base32 "05979v4c40hzcr6sq5n9h3lg3maz6xyjhv9v1xz9mk6dg23aqyws"))))
|
||||
(properties `((upstream-name . "broom.helpers")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-broom
|
||||
|
|
Loading…
Reference in a new issue