~ruther/guix-local

4b96c8f745e43aa1f58e75d76aca94fcda98adee — Ricardo Wurmus 10 months ago 9753c72
gnu: r-tzdb: Update to 0.5.0.

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

Change-Id: Id6e369f5686195fe612370d8cf6190b25a86a562
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/cran.scm
M gnu/packages/cran.scm => gnu/packages/cran.scm +2 -2
@@ 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))