mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: r-lubridate: Update to 1.7.9.2.
* gnu/packages/statistics.scm (r-lubridate): Update to 1.7.9.2.
This commit is contained in:
parent
d0c7b9f718
commit
52e14cb798
1 changed files with 2 additions and 2 deletions
|
@ -5497,14 +5497,14 @@ (define-public r-cairo
|
|||
(define-public r-lubridate
|
||||
(package
|
||||
(name "r-lubridate")
|
||||
(version "1.7.9")
|
||||
(version "1.7.9.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "lubridate" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0wnjzvfkrgp2hkr8g5r5vcgcxmsq8bhdmkzkk0m93wr3fgh5xyfb"))))
|
||||
"0yfvlgksasmia7rsp83lsipjpgvlly5qkldcfxj68lfaz9l2sspf"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-generics" ,r-generics)
|
||||
|
|
Loading…
Reference in a new issue