mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: r-timedate: Update to 4021.106.
* gnu/packages/cran.scm (r-timedate): Update to 4021.106.
This commit is contained in:
parent
e17d8388ef
commit
31b161122c
1 changed files with 2 additions and 2 deletions
|
@ -5698,14 +5698,14 @@ (define-public r-dimred
|
||||||
(define-public r-timedate
|
(define-public r-timedate
|
||||||
(package
|
(package
|
||||||
(name "r-timedate")
|
(name "r-timedate")
|
||||||
(version "4021.104")
|
(version "4021.106")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "timeDate" version))
|
(uri (cran-uri "timeDate" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"03ncgbc9igiwl4s8pa94nj2v7aw3gw8ay51pwvv9gkv2f7l7dvh3"))))
|
"1qhh1d85s8r4wkcf4fljfm67lnkj8flnx9iz4hdg305xdkng3b8l"))))
|
||||||
(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