me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-fastmatch): Update to 1.1-3.
Ricardo Wurmus 2021-07-26 15:19:05 +02:00
parent e1a57fcdfa
commit efaa549993
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3491,14 +3491,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-0")
(version "1.1-3")
(source
(origin
(method url-fetch)
(uri (cran-uri "fastmatch" version))
(sha256
(base32
"0z80jxkygmzn11sq0c2iz357s9bpki548lg926g85gldhfj1md90"))))
"0qcq1gwl9pijgp34giyq5y9rk0ly3d7xza2b7r68xx63ifqa1vqx"))))
(build-system r-build-system)
(home-page "https://www.rforge.net/fastmatch")
(synopsis "Fast match function")