mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-tzdb: Update to 0.2.0.
* gnu/packages/cran.scm (r-tzdb): Update to 0.2.0.
This commit is contained in:
parent
fb0f3ccce7
commit
4540c62a24
1 changed files with 2 additions and 2 deletions
|
@ -30635,14 +30635,14 @@ (define-public r-gganimate
|
|||
(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)))
|
||||
|
|
Loading…
Reference in a new issue