gnu: r-reshape2: Update to 1.4.2.

* gnu/packages/statistics.scm (r-reshape2): Update to 1.4.2.
This commit is contained in:
Ricardo Wurmus 2016-10-26 15:50:05 +02:00
parent c2a9e99134
commit 2d9da70bbe
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -606,13 +606,13 @@ the input of another.")
(define-public r-reshape2 (define-public r-reshape2
(package (package
(name "r-reshape2") (name "r-reshape2")
(version "1.4.1") (version "1.4.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "reshape2" version)) (uri (cran-uri "reshape2" version))
(sha256 (sha256
(base32 "0hl082dyk3pk07nqprpn5dvnrkqhnf6zjnjig1ijddxhlmsrzm7v")))) (base32 "0swvjmc9f8cvkrsz463cp6snd8bncbv6q8yrfrb4rgkr0dhq6dvd"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-plyr" ,r-plyr) `(("r-plyr" ,r-plyr)