mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-20 05:37:34 -05:00
gnu: r-fastmatch: Update to 1.1-3.
* gnu/packages/cran.scm (r-fastmatch): Update to 1.1-3.
This commit is contained in:
parent
e1a57fcdfa
commit
efaa549993
1 changed files with 2 additions and 2 deletions
|
@ -3491,14 +3491,14 @@ (define-public r-getoptlong
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue