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:
Ricardo Wurmus 2021-01-20 17:14:31 +01:00
parent 1a1dfc99c8
commit 6dda661388
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2517,18 +2517,20 @@ (define-public r-withr
(define-public r-hms
(package
(name "r-hms")
(version "0.5.3")
(version "1.0.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "hms" version))
(sha256
(base32
"1baki0qw5ijgiflvsdvqj3apg4yanf12vx14kwbqdzk5rz46fasf"))))
"0qn9lvpkqrpxck88nf0zbff43vd7d6s1ibg58qfr3w14sw1yj14p"))))
(build-system r-build-system)
(propagated-inputs
`(("r-rlang" ,r-rlang)
`(("r-ellipsis" ,r-ellipsis)
("r-lifecycle" ,r-lifecycle)
("r-pkgconfig" ,r-pkgconfig)
("r-rlang" ,r-rlang)
("r-vctrs" ,r-vctrs)))
(home-page "https://github.com/rstats-db/hms")
(synopsis "Pretty time of day")