gnu: r-fastmatch: Update to 1.1-8.

* gnu/packages/cran.scm (r-fastmatch): Update to 1.1-8.

Change-Id: I3d5956cb57819e41464beb3a140d980aa7e958b4
This commit is contained in:
Ricardo Wurmus 2026-01-20 07:17:22 +01:00 committed by Andreas Enge
parent 688c8c49c5
commit e07debf9e1
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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")