guix-commits
[Top][All Lists]
Advanced

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

61/92: gnu: r-reshape: Update to 0.8.8.


From: Ricardo Wurmus
Subject: 61/92: gnu: r-reshape: Update to 0.8.8.
Date: Tue, 30 Oct 2018 16:48:53 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 2b8126a4ecf0a4c0a512bf1f51579f40cdf1ab1c
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Oct 30 07:49:23 2018 +0100

    gnu: r-reshape: Update to 0.8.8.
    
    * gnu/packages/cran.scm (r-reshape): Update to 0.8.8.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index ea50b54..a51ca35 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -936,14 +936,14 @@ quantities.")
 (define-public r-reshape
   (package
     (name "r-reshape")
-    (version "0.8.7")
+    (version "0.8.8")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "reshape" version))
        (sha256
         (base32
-         "14ir3w4bb3bsz8jsak27nj7kpn227pdgr9653gjq5wc93rywi9ig"))))
+         "0s6i0sqxg1vldxs6miv8mi0zydxbqzgpmzfiwkj8y7jix3yrfmad"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-plyr" ,r-plyr)



reply via email to

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