gnu: Add rust-strsim-0.5.
* gnu/packages/crates-io.scm (rust-strsim-0.5): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
21aefa9a58
commit
a3e4d7f4a8
1 changed files with 15 additions and 0 deletions
|
@ -12228,6 +12228,21 @@ and Jaro-Winkler.")
|
||||||
(base32
|
(base32
|
||||||
"151ngha649cyybr3j50qg331b206zrinxqz7fzw1ra8r0n0mrldl"))))))
|
"151ngha649cyybr3j50qg331b206zrinxqz7fzw1ra8r0n0mrldl"))))))
|
||||||
|
|
||||||
|
(define-public rust-strsim-0.5
|
||||||
|
(package
|
||||||
|
(inherit rust-strsim-0.9)
|
||||||
|
(name "rust-strsim")
|
||||||
|
(version "0.5.2")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "strsim" version))
|
||||||
|
(file-name
|
||||||
|
(string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0z3zzvmilfldp4xw42qbkjf901dcnbk58igrzsvivydjzd24ry37"))))))
|
||||||
|
|
||||||
(define-public rust-structopt-0.2
|
(define-public rust-structopt-0.2
|
||||||
(package
|
(package
|
||||||
(name "rust-structopt")
|
(name "rust-structopt")
|
||||||
|
|
Reference in a new issue