me
/
guix
Archived
1
0
Fork 0

gnu: r-tzdb: Update to 0.2.0.

* gnu/packages/cran.scm (r-tzdb): Update to 0.2.0.
master
Ricardo Wurmus 2021-11-23 15:23:37 +01:00
parent fb0f3ccce7
commit 4540c62a24
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -30635,14 +30635,14 @@ in order to customise how it should change with time.")
(define-public r-tzdb
(package
(name "r-tzdb")
(version "0.1.2")
(version "0.2.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "tzdb" version))
(sha256
(base32
"1sl8nacx2i1h9vcvggiyzwd2zwvgrvfvsv3xa9072br62gkpay2c"))))
"1afmav7s29fb5cd920h6vrzg9cvc4jsidfalxpvhlh1b8mfr0df3"))))
(properties `((upstream-name . "tzdb")))
(build-system r-build-system)
(propagated-inputs `(("r-cpp11" ,r-cpp11)))