gnu: r-tzdb: Update to 0.5.0.

* gnu/packages/cran.scm (r-tzdb): Update to 0.5.0.

Change-Id: Id6e369f5686195fe612370d8cf6190b25a86a562
This commit is contained in:
Ricardo Wurmus 2025-05-10 08:24:18 +02:00
parent 9753c72ec9
commit 4b96c8f745
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -52315,14 +52315,14 @@ in order to customise how it should change with time.")
(define-public r-tzdb
(package
(name "r-tzdb")
(version "0.4.0")
(version "0.5.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "tzdb" version))
(sha256
(base32
"08rskp7kv2w5pfnrxzswgkdsrg1g0pq3n64q7i3gvpdx85hccls2"))))
"1ns7ygy35lyya0cdaxxvvcqn7cm2422svnfinzfjywpsvcvm439q"))))
(properties `((upstream-name . "tzdb")))
(build-system r-build-system)
(propagated-inputs (list r-cpp11))