mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: Add rust-difflib-0.4.
* gnu/packages/crates-io.scm (rust-difflib-0.4): New variable.
This commit is contained in:
parent
656a1b6391
commit
c1cf93307d
1 changed files with 19 additions and 0 deletions
|
@ -13032,6 +13032,25 @@ Diesel.")
|
|||
#:cargo-development-inputs
|
||||
(("rust-term" ,rust-term-0.2))))))
|
||||
|
||||
(define-public rust-difflib-0.4
|
||||
(package
|
||||
(name "rust-difflib")
|
||||
(version "0.4.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "difflib" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1s7byq4d7jgf2hcp2lcqxi2piqwl8xqlharfbi8kf90n8csy7131"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments `(#:skip-build? #t))
|
||||
(home-page "https://github.com/DimaKudosh/difflib")
|
||||
(synopsis "Compare word sequences in Rust")
|
||||
(description
|
||||
"This crate provides all necessary tools for comparing word sequences.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-diffs-0.3
|
||||
(package
|
||||
(name "rust-diffs")
|
||||
|
|
Loading…
Reference in a new issue