gnu: r-lubridate: Update to 1.7.2.

* gnu/packages/statistics.scm (r-lubridate): Update to 1.7.2.
master
Ricardo Wurmus 2018-02-13 16:14:17 +01:00
parent 4ff5fc6fa0
commit 1ee14481d2
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5352,14 +5352,14 @@ is supported.")
(define-public r-lubridate
(package
(name "r-lubridate")
(version "1.7.1")
(version "1.7.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "lubridate" version))
(sha256
(base32
"0pzvazzybzvln3y676yims7whsc74g8i7kgf2nsfbxdq5943z349"))))
"0k417a1xp5gxf77ycbnx5apzpc5d25sjm83ss7wmqpbnhnr5dcav"))))
(build-system r-build-system)
(propagated-inputs
`(("r-rcpp" ,r-rcpp)