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