guix-commits
[Top][All Lists]
Advanced

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

13/30: gnu: r-reshape2: Update to 1.4.3.


From: Ricardo Wurmus
Subject: 13/30: gnu: r-reshape2: Update to 1.4.3.
Date: Tue, 19 Dec 2017 14:36:05 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit de3fd9253f1dce0a7a9de0571db0c9f7ffd753d5
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Dec 19 20:08:45 2017 +0100

    gnu: r-reshape2: Update to 1.4.3.
    
    * gnu/packages/statistics.scm (r-reshape2): Update to 1.4.3.
---
 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 70fe46d..1b8571a 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -988,13 +988,13 @@ the input of another.")
 (define-public r-reshape2
   (package
     (name "r-reshape2")
-    (version "1.4.2")
+    (version "1.4.3")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "reshape2" version))
        (sha256
-        (base32 "0swvjmc9f8cvkrsz463cp6snd8bncbv6q8yrfrb4rgkr0dhq6dvd"))))
+        (base32 "03ki5ka1dj208fc0dclbm0b4xp9d769pah2j9cs34l776p4r9zwa"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-plyr" ,r-plyr)



reply via email to

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