guix-commits
[Top][All Lists]
Advanced

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

20/55: gnu: r-plyr: Update to 1.8.4.


From: Ricardo Wurmus
Subject: 20/55: gnu: r-plyr: Update to 1.8.4.
Date: Mon, 12 Sep 2016 15:45:01 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit deb265a7b31cca25ffa607aaa709eea38279788a
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Sep 12 15:17:34 2016 +0200

    gnu: r-plyr: Update to 1.8.4.
    
    * gnu/packages/statistics.scm (r-plyr): Update to 1.8.4.
---
 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 3985d0c..b4bc8fa 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -427,13 +427,13 @@ in which the whole-plots or split-plots or both can be 
freely exchangeable.")
 (define-public r-plyr
   (package
     (name "r-plyr")
-    (version "1.8.3")
+    (version "1.8.4")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "plyr" version))
        (sha256
-        (base32 "06v4zxawpjz37rp2q2ii5q43g664z9s29j4ydn0cz3crn7lzl6pk"))))
+        (base32 "1igar5pcjqh0jyxv0z3jah8rz617vfa86vw0r5c7c031b7bj5db0"))))
     (build-system r-build-system)
     (native-inputs `(("r-rcpp" ,r-rcpp)))
     (home-page "http://had.co.nz/plyr";)



reply via email to

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