[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
99/111: gnu: vivid: Update to 0.10.1.
From: |
guix-commits |
Subject: |
99/111: gnu: vivid: Update to 0.10.1. |
Date: |
Thu, 21 Nov 2024 08:33:40 -0500 (EST) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 92fe4872fda624891751d13c98b401fff21ee32f
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Nov 21 09:14:12 2024 +0200
gnu: vivid: Update to 0.10.1.
* gnu/packages/rust-apps.scm (vivid): Update to 0.10.1.
[arguments]: Don't install the sources.
[cargo-inputs]: Add rust-etcetera-0.8. Replace rust-clap-2 with 4,
rust-rust-embed-5 with 8. Remove rust-dirs-3.
[cargo-development-inputs]: Add rust-assert-cmd-2.
Change-Id: I7a7a85378a0bda1f25e4cb1bce9e54bfe25eea89
---
gnu/packages/rust-apps.scm | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index a35390f36d..1cbdafb8f2 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -2758,23 +2758,25 @@ blanks grouped by language.")
(define-public vivid
(package
(name "vivid")
- (version "0.7.0")
+ (version "0.10.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "vivid" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32 "01fds6dm19bqgqydaa6n051v9l4wh9rb5d6sr9akwp2cc0fs43b7"))))
+ (base32 "1xynznf7drvhjhhnwdxrbjgr6qgfa5lzwxxqdclnjvzwkbhl2i2q"))))
(build-system cargo-build-system)
(arguments
- `(#:cargo-inputs
+ `(#:install-source? #f
+ #:cargo-inputs
(("rust-ansi-colours" ,rust-ansi-colours-1)
- ("rust-clap" ,rust-clap-2)
- ("rust-dirs" ,rust-dirs-3)
+ ("rust-clap" ,rust-clap-4)
+ ("rust-etcetera" ,rust-etcetera-0.8)
("rust-lazy-static" ,rust-lazy-static-1)
- ("rust-rust-embed" ,rust-rust-embed-5)
- ("rust-yaml-rust" ,rust-yaml-rust-0.4))))
+ ("rust-rust-embed" ,rust-rust-embed-8)
+ ("rust-yaml-rust" ,rust-yaml-rust-0.4))
+ #:cargo-development-inputs (("rust-assert-cmd" ,rust-assert-cmd-2))))
(home-page "https://github.com/sharkdp/vivid")
(synopsis "LS_COLORS environment variable manager")
(description
- 70/111: gnu: Add rust-gix-revwalk-0.13., (continued)
- 70/111: gnu: Add rust-gix-revwalk-0.13., guix-commits, 2024/11/21
- 72/111: gnu: Add rust-gix-refspec-0.23., guix-commits, 2024/11/21
- 75/111: gnu: Add rust-gix-odb-0.61., guix-commits, 2024/11/21
- 78/111: gnu: Add rust-gix-mailmap-0.23., guix-commits, 2024/11/21
- 81/111: gnu: Add rust-gix-discover-0.33., guix-commits, 2024/11/21
- 84/111: gnu: Add rust-gix-config-0.38., guix-commits, 2024/11/21
- 85/111: gnu: Add rust-gix-archive-0.13., guix-commits, 2024/11/21
- 88/111: gnu: Add rust-rustls-platform-verifier-0.3., guix-commits, 2024/11/21
- 91/111: gnu: Add rust-is-terminal-polyfill-1., guix-commits, 2024/11/21
- 95/111: gnu: Add rust-include-flate-codegen-0.2., guix-commits, 2024/11/21
- 99/111: gnu: vivid: Update to 0.10.1.,
guix-commits <=
- 100/111: gnu: rust-hyprland-0.3: Update to 0.3.13., guix-commits, 2024/11/21
- 97/111: gnu: rust-rust-embed-impl-8: Update to 8.5.0., guix-commits, 2024/11/21
- 111/111: gnu: rust-bindgen-cli: Update to 0.70.1., guix-commits, 2024/11/21
- 105/111: gnu: icedove-minimal: Fix build., guix-commits, 2024/11/21
- 103/111: gnu: Add xremap-kde., guix-commits, 2024/11/21
- 109/111: gnu: hyperfine: Update to 1.18.0., guix-commits, 2024/11/21
- 104/111: gnu: icecat-minimal: Fix build., guix-commits, 2024/11/21
- 15/111: gnu: rust-crates-io-0.40: Update to 0.40.5., guix-commits, 2024/11/21
- 107/111: gnu: Add rust-cargo-toml-0.20., guix-commits, 2024/11/21
- 92/111: gnu: Add rust-foldhash-0.1., guix-commits, 2024/11/21