mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: r-hms: Update to 1.0.0.
* gnu/packages/statistics.scm (r-hms): Update to 1.0.0. [propagated-inputs]: Add r-ellipsis and r-lifecycle.
This commit is contained in:
parent
1a1dfc99c8
commit
6dda661388
1 changed files with 5 additions and 3 deletions
|
@ -2517,18 +2517,20 @@ (define-public r-withr
|
||||||
(define-public r-hms
|
(define-public r-hms
|
||||||
(package
|
(package
|
||||||
(name "r-hms")
|
(name "r-hms")
|
||||||
(version "0.5.3")
|
(version "1.0.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "hms" version))
|
(uri (cran-uri "hms" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1baki0qw5ijgiflvsdvqj3apg4yanf12vx14kwbqdzk5rz46fasf"))))
|
"0qn9lvpkqrpxck88nf0zbff43vd7d6s1ibg58qfr3w14sw1yj14p"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-rlang" ,r-rlang)
|
`(("r-ellipsis" ,r-ellipsis)
|
||||||
|
("r-lifecycle" ,r-lifecycle)
|
||||||
("r-pkgconfig" ,r-pkgconfig)
|
("r-pkgconfig" ,r-pkgconfig)
|
||||||
|
("r-rlang" ,r-rlang)
|
||||||
("r-vctrs" ,r-vctrs)))
|
("r-vctrs" ,r-vctrs)))
|
||||||
(home-page "https://github.com/rstats-db/hms")
|
(home-page "https://github.com/rstats-db/hms")
|
||||||
(synopsis "Pretty time of day")
|
(synopsis "Pretty time of day")
|
||||||
|
|
Loading…
Reference in a new issue