me
/
guix
Archived
1
0
Fork 0

gnu: r-tzdb: Update to 0.1.2.

* gnu/packages/cran.scm (r-tzdb): Update to 0.1.2.
Ricardo Wurmus 2021-07-26 15:19:14 +02:00
parent 42085a60bf
commit 7f244ccacb
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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