mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-23 10:47:24 +01:00
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:
parent
eb3d233efb
commit
8b1166fb13
1 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue