diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-06-09 15:17:26 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-06-09 15:19:57 +0200 |
commit | 8e0267f6e48e458cf52bf29ed2132f3c14fb9908 (patch) | |
tree | 249ff3aaac95707b0576bb59dc4eb78eb2483331 | |
parent | c6de5afe5c5da34513ea43b041fead30f28f57d4 (diff) | |
download | patches-8e0267f6e48e458cf52bf29ed2132f3c14fb9908.tar patches-8e0267f6e48e458cf52bf29ed2132f3c14fb9908.tar.gz |
gnu: r-stringdist: Update to 0.9.5.2.
* gnu/packages/cran.scm (r-stringdist): Update to 0.9.5.2.
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 005016b984..467452f9a9 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -2819,14 +2819,14 @@ color labels, layout, etc.") (define-public r-stringdist (package (name "r-stringdist") - (version "0.9.5.1") + (version "0.9.5.2") (source (origin (method url-fetch) (uri (cran-uri "stringdist" version)) (sha256 (base32 - "0gap1g9xwhp0zxqsznkc2carpvi80z03prr4q8m528684lznx2xa")))) + "0nw8c317qkfq63pr0prl0hx522ddfq4cbgixb5r4pq3fxk9z303l")))) (build-system r-build-system) (home-page "https://github.com/markvanderloo/stringdist") (synopsis "Approximate string matching and string distance functions") |