mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-castor: Update to 1.7.10.
* gnu/packages/cran.scm (r-castor): Update to 1.7.10.
This commit is contained in:
parent
aae17d3efa
commit
5950385cad
1 changed files with 2 additions and 2 deletions
|
@ -259,13 +259,13 @@ (define-public r-cachem
|
|||
(define-public r-castor
|
||||
(package
|
||||
(name "r-castor")
|
||||
(version "1.7.9")
|
||||
(version "1.7.10")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "castor" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0bn2m855nv9fik5krwn14fahdprs61g5zl5fpp6hax7c3krchbwr"))))
|
||||
"0mmbky96jffqp2hfa50v28g7qc0mhsylasc2cbf2b5rb454blckq"))))
|
||||
(properties `((upstream-name . "castor")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-matrix r-naturalsort r-rcpp r-rspectra))
|
||||
|
|
Loading…
Reference in a new issue