me
/
guix
Archived
1
0
Fork 0

gnu: r-timedate: Update to 4032.109.

* gnu/packages/cran.scm (r-timedate): Update to 4032.109.

Change-Id: Ib9718ee4e9c35182e892c23fa5b930ab71489acd
master
Ricardo Wurmus 2023-12-28 00:44:29 +01:00
parent 1cef2df3ad
commit 318dcc40e0
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -8177,14 +8177,14 @@ included in this package.")
(define-public r-timedate
(package
(name "r-timedate")
(version "4022.108")
(version "4032.109")
(source
(origin
(method url-fetch)
(uri (cran-uri "timeDate" version))
(sha256
(base32
"1vyfpz2ac43c0s6a4j4d0xfc430mwgw3syf03xszzggnw97rp555"))))
"0n5rzi3bb1wjpqcgpxcagjy815vy8ksjzpkkjzs3333yljyl2a20"))))
(properties `((upstream-name . "timeDate")))
(build-system r-build-system)
(home-page "https://www.rmetrics.org")