me
/
guix
Archived
1
0
Fork 0

gnu: r-hms: Update to 1.1.3.

* gnu/packages/statistics.scm (r-hms): Update to 1.1.3.
[propagated-inputs]: Remove r-ellipsis.
master
Ricardo Wurmus 2023-03-30 17:56:41 +02:00
parent 8ec84e8895
commit ffcb110ad9
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 3 deletions

View File

@ -2648,17 +2648,17 @@ were originally a part of the r-devtools package.")
(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