gnu: r-reshape: Update to 0.8.8.
* gnu/packages/cran.scm (r-reshape): Update to 0.8.8.
This commit is contained in:
parent
ecdfca05c8
commit
2b8126a4ec
|
@ -936,14 +936,14 @@ quantities.")
|
||||||
(define-public r-reshape
|
(define-public r-reshape
|
||||||
(package
|
(package
|
||||||
(name "r-reshape")
|
(name "r-reshape")
|
||||||
(version "0.8.7")
|
(version "0.8.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "reshape" version))
|
(uri (cran-uri "reshape" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"14ir3w4bb3bsz8jsak27nj7kpn227pdgr9653gjq5wc93rywi9ig"))))
|
"0s6i0sqxg1vldxs6miv8mi0zydxbqzgpmzfiwkj8y7jix3yrfmad"))))
|
||||||
(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