1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-01 23:05:57 +02: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:
Ricardo Wurmus
2020-12-09 22:01:39 +01:00
parent d0c7b9f718
commit 52e14cb798
+2 -2
View File
@@ -5497,14 +5497,14 @@ is supported.")
(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)