diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 12a8c109030..4df952a01d6 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -15081,13 +15081,13 @@ time zone. The CCTZ source code is included in this package.") (define-public r-rcppdate (package (name "r-rcppdate") - (version "0.0.5") + (version "0.0.6") (source (origin (method url-fetch) (uri (cran-uri "RcppDate" version)) (sha256 - (base32 "0n2pif79jbdivrippffafy1mqrzn6wwyjip6bknz4wxr2jkpblly")))) + (base32 "0l3bzvr50j01g0h42nhlsnlz2b9l129n24hs0sj8h918rh1a8bxk")))) (properties `((upstream-name . "RcppDate"))) (build-system r-build-system) (home-page "https://github.com/eddelbuettel/rcppdate")