mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: rust-dissimilar-1: Update to 1.0.9.
* gnu/packages/crates-io.scm (rust-dissimilar-1): Update to 1.0.9. Change-Id: I811d5ea1f94969c7757a4c57063a47bc07ce2812
This commit is contained in:
parent
e72e5e79b4
commit
42c540fb3a
1 changed files with 7 additions and 9 deletions
|
@ -22629,16 +22629,14 @@ (define-public rust-displaydoc-0.2
|
|||
(define-public rust-dissimilar-1
|
||||
(package
|
||||
(name "rust-dissimilar")
|
||||
(version "1.0.2")
|
||||
(version "1.0.9")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "dissimilar" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1fwa892hcf7y36b8w41p14b3ld3df389y9jpglkbz55vp7s2jjzw"))))
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "dissimilar" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0bcn4s99ghigd3yadpd7i3gljv5z2hkr07ijvvxvsxmz3yfygy2r"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/dtolnay/dissimilar")
|
||||
(synopsis "Diff library with semantic cleanup")
|
||||
|
|
Loading…
Reference in a new issue