From 767ad2f7ad604ce61447b4455d65ba1fddf669a0 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 17 Oct 2017 17:46:57 +0200 Subject: gnu: r-chron: Update to 2.3-51. * gnu/packages/statistics.scm (r-chron): Update to 2.3-51. --- gnu/packages/statistics.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index e40d17e05d..08e07e1725 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -1730,13 +1730,13 @@ and density estimation.") (define-public r-chron (package (name "r-chron") - (version "2.3-50") + (version "2.3-51") (source (origin (method url-fetch) (uri (cran-uri "chron" version)) (sha256 (base32 - "1w3sl60gsirniqslb3pa75caiqbzbvc44phpd4czvwkb62xx1vx9")))) + "05aznigw9nwv3hbwjnjbvqhfjqkwsw2csgrjx8500gzr2fvla5w8")))) (build-system r-build-system) (home-page "http://cran.r-project.org/web/packages/chron") (synopsis "Chronological R objects which can handle dates and times") -- cgit v1.2.3