mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: r-lubridate: Update to 1.7.2.
* gnu/packages/statistics.scm (r-lubridate): Update to 1.7.2.
This commit is contained in:
parent
4ff5fc6fa0
commit
1ee14481d2
1 changed files with 2 additions and 2 deletions
|
@ -5352,14 +5352,14 @@ (define-public r-cairo
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue