gnu: r-castor: Update to 1.7.11.
* gnu/packages/cran.scm (r-castor): Update to 1.7.11.
This commit is contained in:
parent
613906c7f0
commit
98315e1997
1 changed files with 2 additions and 2 deletions
|
@ -260,13 +260,13 @@ automatically pruning objects to maintain the constraints.")
|
||||||
(define-public r-castor
|
(define-public r-castor
|
||||||
(package
|
(package
|
||||||
(name "r-castor")
|
(name "r-castor")
|
||||||
(version "1.7.10")
|
(version "1.7.11")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "castor" version))
|
(uri (cran-uri "castor" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0mmbky96jffqp2hfa50v28g7qc0mhsylasc2cbf2b5rb454blckq"))))
|
"1cxjgwbsacjcc10qdch6pndjxqnk20hhamxqg0lckszvkyb67yn3"))))
|
||||||
(properties `((upstream-name . "castor")))
|
(properties `((upstream-name . "castor")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs (list r-matrix r-naturalsort r-rcpp r-rspectra))
|
(propagated-inputs (list r-matrix r-naturalsort r-rcpp r-rspectra))
|
||||||
|
|
Reference in a new issue