[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/68: gnu: cargo-machete: Update to 0.6.1.
From: |
guix-commits |
Subject: |
02/68: gnu: cargo-machete: Update to 0.6.1. |
Date: |
Wed, 20 Mar 2024 11:24:22 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit e01e80547e20d55ab79c54a3d07bc2db925ca06e
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Mar 18 14:45:04 2024 +0200
gnu: cargo-machete: Update to 0.6.1.
* gnu/packages/rust-apps.scm (cargo-machete): Update to 0.6.1.
[arguments]: Don't install the sources.
[cargo-inputs]: Replace rust-cargo-toml-0.16 with 0.19, rust-grep-0.2
with 0.3, rust-toml-edit-0.20 with 0.22.
Change-Id: I1c0697cba62b10d2124f991077713fb0de0b0847
---
gnu/packages/rust-apps.scm | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index 556108dfbd..f095fde38d 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -359,27 +359,28 @@ paging.")
(define-public cargo-machete
(package
(name "cargo-machete")
- (version "0.6.0")
+ (version "0.6.1")
(source
(origin
(method url-fetch)
(uri (crate-uri name version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32 "0lbymfxgcizmj1c1ydpzinjbjhc7c9j0wb5y1xq33j80s5hzayaz"))))
+ (base32 "1an8d88njnk8hfsnwnx52zlzdmijscv7m20as1ci986rxz3vgpcl"))))
(build-system cargo-build-system)
(arguments
`(#:tests? #f ;Error: No such file or directory (os error 2)
+ #:install-source? #f
#:cargo-inputs (("rust-anyhow" ,rust-anyhow-1)
("rust-argh" ,rust-argh-0.1)
("rust-cargo-metadata" ,rust-cargo-metadata-0.18)
- ("rust-cargo-toml" ,rust-cargo-toml-0.16)
- ("rust-grep" ,rust-grep-0.2)
+ ("rust-cargo-toml" ,rust-cargo-toml-0.19)
+ ("rust-grep" ,rust-grep-0.3)
("rust-log" ,rust-log-0.4)
("rust-pretty-env-logger" ,rust-pretty-env-logger-0.5)
("rust-rayon" ,rust-rayon-1)
("rust-serde" ,rust-serde-1)
- ("rust-toml-edit" ,rust-toml-edit-0.20)
+ ("rust-toml-edit" ,rust-toml-edit-0.22)
("rust-walkdir" ,rust-walkdir-2))))
(home-page "https://github.com/est31/cargo-udeps")
(synopsis "Find unused dependencies in Cargo.toml")
- branch rust-team updated (32c0cf9145 -> edcc8778fe), guix-commits, 2024/03/20
- 03/68: gnu: rust-base64-0.21: Update to 0.21.7., guix-commits, 2024/03/20
- 06/68: gnu: monolith: Update to 2.8.1., guix-commits, 2024/03/20
- 01/68: gnu: Add rust-cargo-toml-0.19., guix-commits, 2024/03/20
- 02/68: gnu: cargo-machete: Update to 0.6.1.,
guix-commits <=
- 05/68: gnu: rust-cssparser-macros-0.6: Update to 0.6.1., guix-commits, 2024/03/20
- 07/68: gnu: Add rust-mio-aio-0.8., guix-commits, 2024/03/20
- 10/68: gnu: Add rust-curve25519-dalek-derive-0.1., guix-commits, 2024/03/20
- 12/68: gnu: Add rust-fiat-crypto-0.2., guix-commits, 2024/03/20
- 08/68: gnu: rust-tokio-1: Update to 1.36.0., guix-commits, 2024/03/20
- 17/68: gnu: Add rust-ed25519-dalek-2., guix-commits, 2024/03/20
- 09/68: gnu: agate: Update to 3.3.5., guix-commits, 2024/03/20
- 15/68: gnu: Add rust-ring-compat-0.8., guix-commits, 2024/03/20
- 16/68: gnu: Add rust-x25519-dalek-2., guix-commits, 2024/03/20
- 04/68: gnu: Add rust-cssparser-0.33., guix-commits, 2024/03/20