~ruther/guix-local

de3fd9253f1dce0a7a9de0571db0c9f7ffd753d5 — Ricardo Wurmus 8 years ago d0c1a40
gnu: r-reshape2: Update to 1.4.3.

* gnu/packages/statistics.scm (r-reshape2): Update to 1.4.3.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/statistics.scm
M gnu/packages/statistics.scm => gnu/packages/statistics.scm +2 -2
@@ 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)