diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-01-20 07:17:22 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:29:51 +0100 |
| commit | cce9b0478391b7d7473ee5f60b466bbce2f48d40 (patch) | |
| tree | 18151ea69e6b725b8882268eda7795f43b8e35d0 /gnu | |
| parent | 863822dc4d48d94525837fb2ff9a14825c7fbff6 (diff) | |
gnu: r-fastmatch: Update to 1.1-8.
* gnu/packages/cran.scm (r-fastmatch): Update to 1.1-8.
Change-Id: I3d5956cb57819e41464beb3a140d980aa7e958b4
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index d11ff8e714..988412520f 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -16717,14 +16717,14 @@ use in R. It also provides a simple way for variable interpolation in R.") (define-public r-fastmatch (package (name "r-fastmatch") - (version "1.1-6") + (version "1.1-8") (source (origin (method url-fetch) (uri (cran-uri "fastmatch" version)) (sha256 (base32 - "0rjd9yk2v0q44j8f2y4chc0rlc20ay5zqgz185pxl6yz4vzlgc8h")))) + "0m4dfhzqksv0h7gkgs7hnnfk5wb87fyfch7r1fiz90r3vhdw0q96")))) (build-system r-build-system) (home-page "https://www.rforge.net/fastmatch") (synopsis "Fast match function") |
