guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/07: gnu: r-chron: Update to 2.3-51.


From: Ricardo Wurmus
Subject: 03/07: gnu: r-chron: Update to 2.3-51.
Date: Tue, 17 Oct 2017 14:59:22 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 767ad2f7ad604ce61447b4455d65ba1fddf669a0
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Oct 17 17:46:57 2017 +0200

    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 e40d17e..08e07e1 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]