mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
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 @@ (define-public r-cachem
|
|||
(define-public r-castor
|
||||
(package
|
||||
(name "r-castor")
|
||||
(version "1.7.10")
|
||||
(version "1.7.11")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "castor" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0mmbky96jffqp2hfa50v28g7qc0mhsylasc2cbf2b5rb454blckq"))))
|
||||
"1cxjgwbsacjcc10qdch6pndjxqnk20hhamxqg0lckszvkyb67yn3"))))
|
||||
(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