mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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 @@ and Jaro-Winkler.")
|
||||||
(base32
|
(base32
|
||||||
"0sjsm7hrvjdifz661pjxq5w4hf190hx53fra8dfvamacvff139cf"))))))
|
"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
|
(define-public rust-structopt-0.2
|
||||||
(package
|
(package
|
||||||
(name "rust-structopt")
|
(name "rust-structopt")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue