gnu: r-lubridate: Update to 1.7.1.

* gnu/packages/statistics.scm (r-lubridate): Update to 1.7.1.
[propagated-inputs]: Add r-rcpp.
This commit is contained in:
Ricardo Wurmus 2017-11-06 21:49:04 +01:00
parent 689edf1153
commit 65a8cd6676
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 3 deletions

View File

@ -5396,17 +5396,18 @@ is supported.")
(define-public r-lubridate (define-public r-lubridate
(package (package
(name "r-lubridate") (name "r-lubridate")
(version "1.6.0") (version "1.7.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "lubridate" version)) (uri (cran-uri "lubridate" version))
(sha256 (sha256
(base32 (base32
"0ci6rwij9i1inn840m0mlh1nqgh6vm2lada9kdnjpcjp5kyfv1qs")))) "0pzvazzybzvln3y676yims7whsc74g8i7kgf2nsfbxdq5943z349"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-stringr" ,r-stringr))) `(("r-rcpp" ,r-rcpp)
("r-stringr" ,r-stringr)))
(home-page (home-page
"http://cran.r-project.org/web/packages/lubridate") "http://cran.r-project.org/web/packages/lubridate")
(synopsis "Make dealing with dates a little easier") (synopsis "Make dealing with dates a little easier")