mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-19 16:50:38 +02:00
gnu: cargo-machete: Update to 0.6.2.
* gnu/packages/rust-apps.scm (cargo-machete): Update to 0.6.2. Change-Id: Ie7f56fea4bde83c8213cfaf40e8d77b28aba15d1
This commit is contained in:
@@ -368,14 +368,14 @@ paging.")
|
||||
(define-public cargo-machete
|
||||
(package
|
||||
(name "cargo-machete")
|
||||
(version "0.6.1")
|
||||
(version "0.6.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri name version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1an8d88njnk8hfsnwnx52zlzdmijscv7m20as1ci986rxz3vgpcl"))))
|
||||
(base32 "0n45j6q36zjw149a84wz2yyygfhcjsnvfaiskwph00684fzlbnbm"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ;Error: No such file or directory (os error 2)
|
||||
|
||||
Reference in New Issue
Block a user