mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: rust-strsim-0.9: Upgrade to 0.9.3.
* gnu/packages/crates-io.scm (rust-strsim-0.9): Update to 0.9.3. [properties]: Remove field. (rust-strsim-0.8)[properties]: Same.
This commit is contained in:
parent
41f7daa7e2
commit
113afb4990
1 changed files with 2 additions and 3 deletions
|
@ -12057,7 +12057,7 @@ (define-public rust-string-cache-shared-0.3
|
|||
(define-public rust-strsim-0.9
|
||||
(package
|
||||
(name "rust-strsim")
|
||||
(version "0.9.2")
|
||||
(version "0.9.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -12065,14 +12065,13 @@ (define-public rust-strsim-0.9
|
|||
(file-name (string-append name "-" version ".crate"))
|
||||
(sha256
|
||||
(base32
|
||||
"1xphwhf86yxxmcpvm4mikj8ls41f6nf7gqyjm98b74mfk81h6b03"))))
|
||||
"0k497pv882qn3q977ckznm13vxx927g8s1swvcv68j3c1pccwik4"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/dguo/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,
|
||||
and Jaro-Winkler.")
|
||||
(properties '((hidden? . #t)))
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-strsim-0.8
|
||||
|
|
Loading…
Reference in a new issue