gnu: rust-strsim-0.11: Update to 0.11.1.

* gnu/packages/crates-io.scm (rust-strsim-0.11): Update to 0.11.1.
[home-page]: Update to new home-page.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Change-Id: Id825ee844a057399ecfbdb15a482eb881c05e885
This commit is contained in:
Jordan Moore 2024-12-02 22:00:42 -05:00 committed by Efraim Flashner
parent eb3d233efb
commit 8b1166fb13
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -79564,16 +79564,16 @@ (define-public rust-strong-xml-derive-0.6
(define-public rust-strsim-0.11
(package
(name "rust-strsim")
(version "0.11.0")
(version "0.11.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "strsim" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "00gsdp2x1gkkxsbjxgrjyil2hsbdg49bwv8q2y1f406dwk4p7q2y"))))
(base32 "0kzvqlw8hxqb7y598w1s0hxlnmi84sg5vsipp3yg5na5d1rvba3x"))))
(build-system cargo-build-system)
(home-page "https://github.com/dguo/strsim-rs")
(home-page "https://github.com/rapidfuzz/strsim-rs")
(synopsis "Rust implementations of string similarity metrics")
(description "This crate includes implementations of string similarity
metrics. It includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro,