gnu: r-hms: Update to 0.5.1.

* gnu/packages/statistics.scm (r-hms): Update to 0.5.1.
master
Ricardo Wurmus 2019-09-02 14:38:21 +02:00
parent b21620bb47
commit a1a7afc06c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2490,14 +2490,14 @@ were originally a part of the r-devtools package.")
(define-public r-hms
(package
(name "r-hms")
(version "0.5.0")
(version "0.5.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "hms" version))
(sha256
(base32
"06snfqdczr0x0nbp7qnvwhlp2pw0wx9c2y3xb4gr1wrvbik74y58"))))
"1v4cxfpvp85la4gqla6b4q2bwx4jv1fxqwndcnjsibbnybz6wcvd"))))
(build-system r-build-system)
(propagated-inputs
`(("r-rlang" ,r-rlang)