me
/
guix
Archived
1
0
Fork 0

gnu: r-lubridate: Update to 1.7.9.2.

* gnu/packages/statistics.scm (r-lubridate): Update to 1.7.9.2.
master
Ricardo Wurmus 2020-12-09 22:01:39 +01:00
parent d0c7b9f718
commit 52e14cb798
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

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)