guix-commits
[Top][All Lists]
Advanced

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

119/143: gnu: r-plyr: Update to 1.8.8.


From: guix-commits
Subject: 119/143: gnu: r-plyr: Update to 1.8.8.
Date: Tue, 29 Nov 2022 13:29:48 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit ff7ae9c6808303378da0b3da0cd923ff98405cca
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Nov 29 15:22:34 2022 +0100

    gnu: r-plyr: Update to 1.8.8.
    
    * gnu/packages/statistics.scm (r-plyr): Update to 1.8.8.
---
 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 cf798ef701..22ca3d8450 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1078,13 +1078,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.7")
+    (version "1.8.8")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "plyr" version))
        (sha256
-        (base32 "0zz88q055c38b9xqzfg1mwm7ikxzlyx3pnk16sfa8dbh2pqxm7vx"))))
+        (base32 "030706kwgqa2s5jd93ck271iqb0pj3fshrj9frg4wgp1pfs12cm7"))))
     (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]