gnu: r-stringdist: Update to 0.9.5.5.
* gnu/packages/cran.scm (r-stringdist): Update to 0.9.5.5.
This commit is contained in:
parent
0cb0c5df12
commit
252bb46277
1 changed files with 2 additions and 3 deletions
|
@ -3088,14 +3088,13 @@ (define-public r-corrplot
|
||||||
(define-public r-stringdist
|
(define-public r-stringdist
|
||||||
(package
|
(package
|
||||||
(name "r-stringdist")
|
(name "r-stringdist")
|
||||||
(version "0.9.5.3")
|
(version "0.9.5.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "stringdist" version))
|
(uri (cran-uri "stringdist" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1dqfakclzaf878x7mhwmqrcpcql2h9cv19fz5f3ygpajf3si5kqi"))))
|
||||||
"1vbhn6qwj3bzplhq06bw1yqqq1qpf1zinnj27cr7pf1nqsbyx2nq"))))
|
|
||||||
(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