gnu: r-reshape: Update to 0.8.7.
* gnu/packages/cran.scm (r-reshape): Update to 0.8.7.
This commit is contained in:
parent
eeb5432802
commit
38ea6cfab4
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue