gnu: r-hms: Update to 0.4.1.

* gnu/packages/statistics.scm (r-hms): Update to 0.4.1.
This commit is contained in:
Ricardo Wurmus 2018-02-13 16:07:52 +01:00
parent 80f72101b4
commit edab1c049b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2375,14 +2375,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 "0.4.0") (version "0.4.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "hms" version)) (uri (cran-uri "hms" version))
(sha256 (sha256
(base32 (base32
"07sh75flp15lx2b00s3nxh04xr9gk4qhlbh125qx25isf71zw6zl")))) "0vr7k3a7k52a5yf67bwzl88lkjz09v1avw5axdk1y9v3nz33zl2h"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-rlang" ,r-rlang) `(("r-rlang" ,r-rlang)