mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
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
1 changed files with 2 additions and 2 deletions
|
@ -936,14 +936,14 @@ (define-public r-prettyunits
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue