gnu: r-reshape: Update to 0.8.8.

* gnu/packages/cran.scm (r-reshape): Update to 0.8.8.
master
Ricardo Wurmus 2018-10-30 07:49:23 +01:00
parent ecdfca05c8
commit 2b8126a4ec
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -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)