mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: r-stringdist: Update to 0.9.5.2.
* gnu/packages/cran.scm (r-stringdist): Update to 0.9.5.2.
This commit is contained in:
parent
c6de5afe5c
commit
8e0267f6e4
1 changed files with 2 additions and 2 deletions
|
@ -2819,14 +2819,14 @@ (define-public r-corrplot
|
||||||
(define-public r-stringdist
|
(define-public r-stringdist
|
||||||
(package
|
(package
|
||||||
(name "r-stringdist")
|
(name "r-stringdist")
|
||||||
(version "0.9.5.1")
|
(version "0.9.5.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "stringdist" version))
|
(uri (cran-uri "stringdist" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0gap1g9xwhp0zxqsznkc2carpvi80z03prr4q8m528684lznx2xa"))))
|
"0nw8c317qkfq63pr0prl0hx522ddfq4cbgixb5r4pq3fxk9z303l"))))
|
||||||
(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