mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 20:15:25 -06:00
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:
parent
9753c72ec9
commit
4b96c8f745
1 changed files with 2 additions and 2 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue