mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: r-hms: Update to 1.1.3.
* gnu/packages/statistics.scm (r-hms): Update to 1.1.3. [propagated-inputs]: Remove r-ellipsis.
This commit is contained in:
parent
8ec84e8895
commit
ffcb110ad9
1 changed files with 3 additions and 3 deletions
|
@ -2648,17 +2648,17 @@ (define-public r-withr
|
|||
(define-public r-hms
|
||||
(package
|
||||
(name "r-hms")
|
||||
(version "1.1.2")
|
||||
(version "1.1.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "hms" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1vdx08irnh8q5232hriv47hh88hc55nbbrff7y6zbainff2akrhy"))))
|
||||
"10h2k5j97fggq3hc0qzxv1q9821y21m326v3x99zsvpl1b3g89p6"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-ellipsis r-lifecycle r-pkgconfig r-rlang r-vctrs))
|
||||
(list r-lifecycle r-pkgconfig r-rlang r-vctrs))
|
||||
(home-page "https://github.com/rstats-db/hms")
|
||||
(synopsis "Pretty time of day")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue