diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-02-26 13:16:43 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-07 11:57:31 +0100 |
| commit | 83c182d01aa4e752fd61e5b9ba4044077e828bdb (patch) | |
| tree | 2c4359c7c59981fa03abaedec20c4bd7bca6ab2b | |
| parent | 73552caf333d1fbe85e0e2e40b000447f748e84d (diff) | |
gnu: r-smoof: Update to 1.7.0.
* gnu/packages/cran.scm (r-smoof): Update to 1.7.0.
[native-inputs]: Remove r-testthat.
Change-Id: Id5adcd6c374eb571e4d3834df894f18d83f08d95
| -rw-r--r-- | gnu/packages/cran.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 51e5c4dd7e8..dc449001795 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -21519,13 +21519,13 @@ intervals for multiple data types based on Yang, D., & Dalton, J. E. (2012) (define-public r-smoof (package (name "r-smoof") - (version "1.6.0.3") + (version "1.7.0") (source (origin (method url-fetch) (uri (cran-uri "smoof" version)) (sha256 (base32 - "1cazhnd0m5jjzixaqgqh2h3rsa2sw3k8slj5cmgm8v47aaqn91mg")))) + "0098rfpq9rii3h8aqahxpnh9f2yyn3g4bw4qxsinmc93xmlnz8n5")))) (properties `((upstream-name . "smoof"))) (build-system r-build-system) (propagated-inputs (list r-bbmisc @@ -21534,7 +21534,6 @@ intervals for multiple data types based on Yang, D., & Dalton, J. E. (2012) r-paramhelpers r-rcpp r-rcpparmadillo)) - (native-inputs (list r-testthat)) (home-page "https://jakobbossek.github.io/smoof/") (synopsis "Single and multi-objective optimization test functions") (description |
