mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 17:01:51 -05:00
gnu: r-stringdist: Update to 0.9.8.
* gnu/packages/cran.scm (r-stringdist): Update to 0.9.8.
This commit is contained in:
parent
592bd1dd64
commit
cdce168838
1 changed files with 2 additions and 2 deletions
|
@ -4986,13 +4986,13 @@ (define-public r-corrplot
|
||||||
(define-public r-stringdist
|
(define-public r-stringdist
|
||||||
(package
|
(package
|
||||||
(name "r-stringdist")
|
(name "r-stringdist")
|
||||||
(version "0.9.7")
|
(version "0.9.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "stringdist" version))
|
(uri (cran-uri "stringdist" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0gcjxbwciviny2apvlmm9324b445rlj54b7ll368m8zid5hqxacw"))))
|
(base32 "1fv1hbdlm8qwx57b2aj50mw0say5k48awzavx65mfk67qp6ddk7g"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://github.com/markvanderloo/stringdist")
|
(home-page "https://github.com/markvanderloo/stringdist")
|
||||||
(synopsis "Approximate string matching and string distance functions")
|
(synopsis "Approximate string matching and string distance functions")
|
||||||
|
|
Loading…
Reference in a new issue