diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-10-25 16:57:38 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-10-25 16:58:42 +0200 |
commit | a43b7a986c608339e30d4ebc80444e9f70627162 (patch) | |
tree | ec8ab3050b9787621fcd948194222e371a640b32 | |
parent | fc95476c5d64398a914467b4995b735fb9b21a11 (diff) |
gnu: r-spam: Update to 2.10-0.
* gnu/packages/cran.scm (r-spam): Update to 2.10-0.
[propagated-inputs]: Add r-rcpp.
[native-inputs]: Add r-r-rsp.
Change-Id: If52d42a05d18841d81d421f6ab33a9b41c62f074
-rw-r--r-- | gnu/packages/cran.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 1878092200..5a8d0c7d67 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -19847,18 +19847,18 @@ This makes it a convenient and fast interface to C/C++ and Fortran code.") (define-public r-spam (package (name "r-spam") - (version "2.9-1") + (version "2.10-0") (source (origin (method url-fetch) (uri (cran-uri "spam" version)) (sha256 - (base32 "1nvx965vxzs697k9m2l40a15bykflksn9bwa4py1p2wqg6922bn3")))) + (base32 "0ydc513jg7phzdqg8jp7210ayrrmxq91jafqzx8z1v0172i8d73i")))) (build-system r-build-system) (propagated-inputs - (list r-dotcall64)) + (list r-dotcall64 r-rcpp)) (native-inputs - (list gfortran r-knitr)) + (list gfortran r-knitr r-r-rsp)) (home-page "https://www.math.uzh.ch/pages/spam/") (synopsis "Sparse matrix algebra") (description |