gnu: r-reshape: Update to 0.8.7.

* gnu/packages/cran.scm (r-reshape): Update to 0.8.7.
master
Ricardo Wurmus 2017-09-01 14:35:43 +02:00
parent eeb5432802
commit 38ea6cfab4
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -459,14 +459,14 @@ quantities.")
(define-public r-reshape
(package
(name "r-reshape")
(version "0.8.6")
(version "0.8.7")
(source
(origin
(method url-fetch)
(uri (cran-uri "reshape" version))
(sha256
(base32
"1f1ngalc22knhdm9djv1m6abnjqpv1frdzxfkpakhph2l67bk7fq"))))
"14ir3w4bb3bsz8jsak27nj7kpn227pdgr9653gjq5wc93rywi9ig"))))
(build-system r-build-system)
(propagated-inputs
`(("r-plyr" ,r-plyr)