gnu: r-timedate: Update to 3043.102.
* gnu/packages/cran.scm (r-timedate): Update to 3043.102.
This commit is contained in:
parent
e5f9ec8bc3
commit
51b7b0e30f
1 changed files with 2 additions and 2 deletions
|
@ -1109,14 +1109,14 @@ (define-public r-dimred
|
||||||
(define-public r-timedate
|
(define-public r-timedate
|
||||||
(package
|
(package
|
||||||
(name "r-timedate")
|
(name "r-timedate")
|
||||||
(version "3042.101")
|
(version "3043.102")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "timeDate" version))
|
(uri (cran-uri "timeDate" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0vcckaw1gqz3j4v69r9jn41vlmk5a5c7572xam1nl75ki5v4r3bc"))))
|
"0wvl5pq261rvbgly7vilk3x3m9xk3ly6il1i5scwdf6srl1vlz1p"))))
|
||||||
(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 a new issue