guix-commits
[Top][All Lists]
Advanced

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

123/146: gnu: r-plyr: Update to 1.8.7.


From: guix-commits
Subject: 123/146: gnu: r-plyr: Update to 1.8.7.
Date: Mon, 11 Apr 2022 17:08:46 -0400 (EDT)

rekado pushed a commit to branch wip-r
in repository guix.

commit c02425400c7ac4269720dacaa6cdc047f9c9ee70
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Apr 11 18:01:39 2022 +0200

    gnu: r-plyr: Update to 1.8.7.
    
    * gnu/packages/statistics.scm (r-plyr): Update to 1.8.7.
---
 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 483376fe8f..88aea6e9d6 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1064,13 +1064,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.6")
+    (version "1.8.7")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "plyr" version))
        (sha256
-        (base32 "11sjjdn146w95s1vsfmmgdls082cbnm1slv98xvyjhsl2mpx4mga"))))
+        (base32 "0zz88q055c38b9xqzfg1mwm7ikxzlyx3pnk16sfa8dbh2pqxm7vx"))))
     (build-system r-build-system)
     (propagated-inputs (list r-rcpp))
     (home-page "http://had.co.nz/plyr";)



reply via email to

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