mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: r-ecp: Update to 3.1.3.
* gnu/packages/cran.scm (r-ecp): Update to 3.1.3.
This commit is contained in:
parent
cd9579905f
commit
c954c69007
1 changed files with 2 additions and 2 deletions
|
@ -441,13 +441,13 @@ (define-public r-pheatmap
|
|||
(define-public r-ecp
|
||||
(package
|
||||
(name "r-ecp")
|
||||
(version "3.1.2")
|
||||
(version "3.1.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ecp" version))
|
||||
(sha256
|
||||
(base32
|
||||
"11f9p869xr0zg779i46gmflxlq4xclk9wxbab0nj2fan26pn4sfy"))))
|
||||
"0n602jssl6rf596nwm6hbl7s9vdlqi20w8mrhxicj373mw5v22m8"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-rcpp" ,r-rcpp)))
|
||||
|
|
Loading…
Reference in a new issue