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
|
(define-public r-reshape
|
||||||
(package
|
(package
|
||||||
(name "r-reshape")
|
(name "r-reshape")
|
||||||
(version "0.8.6")
|
(version "0.8.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "reshape" version))
|
(uri (cran-uri "reshape" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1f1ngalc22knhdm9djv1m6abnjqpv1frdzxfkpakhph2l67bk7fq"))))
|
"14ir3w4bb3bsz8jsak27nj7kpn227pdgr9653gjq5wc93rywi9ig"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-plyr" ,r-plyr)
|
`(("r-plyr" ,r-plyr)
|
||||||
|
|
Loading…
Reference in New Issue