Archived
1
0
Fork 0

gnu: r-stringdist: Update to 0.9.6.3.

* gnu/packages/cran.scm (r-stringdist): Update to 0.9.6.3.
This commit is contained in:
Ricardo Wurmus 2020-10-31 13:41:17 +01:00
parent 8737c530c8
commit d11a0e116f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3739,13 +3739,13 @@ color labels, layout, etc.")
(define-public r-stringdist (define-public r-stringdist
(package (package
(name "r-stringdist") (name "r-stringdist")
(version "0.9.6") (version "0.9.6.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "stringdist" version)) (uri (cran-uri "stringdist" version))
(sha256 (sha256
(base32 "0nb3iwpl4f3xxirns1frwvarpyrl4i5f74h8r6h80cg0a4mpdgcb")))) (base32 "06rzbgw43vzg496xca82pydf3g2rz6iw6h50ai0prbp9hbwrhvfd"))))
(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")