gnu: r-timedate: Update to 3042.101.
* gnu/packages/cran.scm (r-timedate): Update to 3042.101.
This commit is contained in:
parent
87313f64d9
commit
26007cd5ee
|
@ -1084,14 +1084,14 @@ methods.")
|
||||||
(define-public r-timedate
|
(define-public r-timedate
|
||||||
(package
|
(package
|
||||||
(name "r-timedate")
|
(name "r-timedate")
|
||||||
(version "3012.100")
|
(version "3042.101")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "timeDate" version))
|
(uri (cran-uri "timeDate" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0cn4h23y2y2bbg62qgm79xx4cvfla5xbpmi9hbdvkvpmm5yfyqk2"))))
|
"0vcckaw1gqz3j4v69r9jn41vlmk5a5c7572xam1nl75ki5v4r3bc"))))
|
||||||
(properties `((upstream-name . "timeDate")))
|
(properties `((upstream-name . "timeDate")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://www.rmetrics.org")
|
(home-page "https://www.rmetrics.org")
|
||||||
|
|
Loading…
Reference in New Issue