gnu: r-hms: Update to 1.1.1.

* gnu/packages/statistics.scm (r-hms): Update to 1.1.1.
This commit is contained in:
Ricardo Wurmus 2021-09-29 15:33:37 +02:00
parent 5317e53ae6
commit 3a803eacce
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -2532,14 +2532,14 @@ were originally a part of the r-devtools package.")
(define-public r-hms
(package
(name "r-hms")
(version "1.1.0")
(version "1.1.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "hms" version))
(sha256
(base32
"1kmlw5hs2c69qgkkipjxb6j05wdk6jiqrac3y4z9ds63c3r9lng8"))))
"0qlh4s1g9rbm6c3s906dhw3xsz28m8fg6cyynlkhvis533dk0pvb"))))
(build-system r-build-system)
(propagated-inputs
`(("r-ellipsis" ,r-ellipsis)