mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: r-timedate: Update to 4032.109.
* gnu/packages/cran.scm (r-timedate): Update to 4032.109. Change-Id: Ib9718ee4e9c35182e892c23fa5b930ab71489acd
This commit is contained in:
parent
1cef2df3ad
commit
318dcc40e0
1 changed files with 2 additions and 2 deletions
|
@ -8177,14 +8177,14 @@ (define-public r-timechange
|
||||||
(define-public r-timedate
|
(define-public r-timedate
|
||||||
(package
|
(package
|
||||||
(name "r-timedate")
|
(name "r-timedate")
|
||||||
(version "4022.108")
|
(version "4032.109")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "timeDate" version))
|
(uri (cran-uri "timeDate" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1vyfpz2ac43c0s6a4j4d0xfc430mwgw3syf03xszzggnw97rp555"))))
|
"0n5rzi3bb1wjpqcgpxcagjy815vy8ksjzpkkjzs3333yljyl2a20"))))
|
||||||
(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