guix-commits
[Top][All Lists]
Advanced

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

22/214: gnu: r-reshape: Update to 0.8.9.


From: guix-commits
Subject: 22/214: gnu: r-reshape: Update to 0.8.9.
Date: Sat, 28 May 2022 04:37:11 -0400 (EDT)

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

commit 97a644df9c1280ecd024da9e1ed2cb1b16059f54
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat May 28 08:30:14 2022 +0200

    gnu: r-reshape: Update to 0.8.9.
    
    * gnu/packages/cran.scm (r-reshape): Update to 0.8.9.
    [propagated-inputs]: Remove r-rcpp.
---
 gnu/packages/cran.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 81358abcfe..64ae523dda 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4254,17 +4254,17 @@ curve to a data matrix in arbitrary dimensions.")
 (define-public r-reshape
   (package
     (name "r-reshape")
-    (version "0.8.8")
+    (version "0.8.9")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "reshape" version))
        (sha256
         (base32
-         "0s6i0sqxg1vldxs6miv8mi0zydxbqzgpmzfiwkj8y7jix3yrfmad"))))
+         "0j203qmc076x5lp6q2xi4dq4xdb73jmsa42rpxp1c37knnrph4br"))))
     (build-system r-build-system)
     (propagated-inputs
-     (list r-plyr r-rcpp))
+     (list r-plyr))
     (home-page "http://had.co.nz/reshape";)
     (synopsis "Flexibly reshape data")
     (description



reply via email to

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