guix-commits
[Top][All Lists]
Advanced

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

03/42: gnu: r-reshape2: Update to 1.4.4.


From: guix-commits
Subject: 03/42: gnu: r-reshape2: Update to 1.4.4.
Date: Tue, 14 Apr 2020 10:44:28 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 3805ce3dba946667969ec57c863f8c0be2535c0c
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Tue Apr 14 15:59:41 2020 +0200

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



reply via email to

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