3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-hms: Update to 0.5.3.

* gnu/packages/statistics.scm (r-hms): Update to 0.5.3.
This commit is contained in:
Ricardo Wurmus 2020-01-16 05:39:18 +01:00
parent 97e20ade4e
commit 0d9fed2fe3
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2455,14 +2455,14 @@ were originally a part of the r-devtools package.")
(define-public r-hms
(package
(name "r-hms")
(version "0.5.2")
(version "0.5.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "hms" version))
(sha256
(base32
"0h24dsagn4kcr65arn73mpqapcg002kw4kyxfqyff95j6s6cjifl"))))
"1baki0qw5ijgiflvsdvqj3apg4yanf12vx14kwbqdzk5rz46fasf"))))
(build-system r-build-system)
(propagated-inputs
`(("r-rlang" ,r-rlang)