me
/
guix
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.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -3739,13 +3739,13 @@ color labels, layout, etc.")
(define-public r-stringdist
(package
(name "r-stringdist")
(version "0.9.6")
(version "0.9.6.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "stringdist" version))
(sha256
(base32 "0nb3iwpl4f3xxirns1frwvarpyrl4i5f74h8r6h80cg0a4mpdgcb"))))
(base32 "06rzbgw43vzg496xca82pydf3g2rz6iw6h50ai0prbp9hbwrhvfd"))))
(build-system r-build-system)
(home-page "https://github.com/markvanderloo/stringdist")
(synopsis "Approximate string matching and string distance functions")