mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
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:
parent
689edf1153
commit
65a8cd6676
1 changed files with 4 additions and 3 deletions
|
@ -5396,17 +5396,18 @@ (define-public r-cairo
|
|||
(define-public r-lubridate
|
||||
(package
|
||||
(name "r-lubridate")
|
||||
(version "1.6.0")
|
||||
(version "1.7.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "lubridate" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ci6rwij9i1inn840m0mlh1nqgh6vm2lada9kdnjpcjp5kyfv1qs"))))
|
||||
"0pzvazzybzvln3y676yims7whsc74g8i7kgf2nsfbxdq5943z349"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-stringr" ,r-stringr)))
|
||||
`(("r-rcpp" ,r-rcpp)
|
||||
("r-stringr" ,r-stringr)))
|
||||
(home-page
|
||||
"http://cran.r-project.org/web/packages/lubridate")
|
||||
(synopsis "Make dealing with dates a little easier")
|
||||
|
|
Loading…
Reference in a new issue