Archived
1
0
Fork 0

gnu: r-hms: Update to 1.1.0.

* gnu/packages/statistics.scm (r-hms): Update to 1.1.0.
This commit is contained in:
Ricardo Wurmus 2021-05-20 10:54:47 +02:00
parent 057b44daa7
commit 5e46eb05fb
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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