mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: Add rust-dissimilar-1.0.
* gnu/packages/crates-io.scm (rust-dissimilar-1.0): New variable.
This commit is contained in:
parent
ec395e70cb
commit
c9e8a73372
1 changed files with 21 additions and 0 deletions
|
@ -3950,6 +3950,27 @@ (define-public rust-dispatch-0.1
|
|||
Central Dispatch.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-dissimilar-1.0
|
||||
(package
|
||||
(name "rust-dissimilar")
|
||||
(version "1.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "dissimilar" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"154ba92ifmh3js1k0hbmxz7pv95n8wmahlyvhdbnxggbs8f1dpir"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/dtolnay/dissimilar")
|
||||
(synopsis "Diff library with semantic cleanup")
|
||||
(description
|
||||
"This package provides a diff library with semantic cleanup, based on
|
||||
Google's diff-match-patch.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-doc-comment-0.3
|
||||
(package
|
||||
(name "rust-doc-comment")
|
||||
|
|
Loading…
Reference in a new issue