guix-commits
[Top][All Lists]
Advanced

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

19/26: gnu: r-plyr: Update to 1.8.5.


From: guix-commits
Subject: 19/26: gnu: r-plyr: Update to 1.8.5.
Date: Sun, 15 Dec 2019 17:16:53 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 2947e330dacd181ba5543294691e216e9341a601
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Dec 15 15:51:46 2019 +0100

    gnu: r-plyr: Update to 1.8.5.
    
    * gnu/packages/statistics.scm (r-plyr): Update to 1.8.5.
    [native-inputs]: Move r-rcpp from here...
    [propagated-inputs]: ...to here.
---
 gnu/packages/statistics.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 3b6abba..95cf8c2 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -933,15 +933,15 @@ 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.4")
+    (version "1.8.5")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "plyr" version))
        (sha256
-        (base32 "1igar5pcjqh0jyxv0z3jah8rz617vfa86vw0r5c7c031b7bj5db0"))))
+        (base32 "0x4mbb3rgv1ayxqidw0p9i10khbg51fz5r62vw4il8d7licqq07a"))))
     (build-system r-build-system)
-    (native-inputs `(("r-rcpp" ,r-rcpp)))
+    (propagated-inputs `(("r-rcpp" ,r-rcpp)))
     (home-page "http://had.co.nz/plyr";)
     (synopsis "Tools for Splitting, Applying and Combining Data")
     (description



reply via email to

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