[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
30/31: gnu: swayr: Update to 0.27.4.
From: |
guix-commits |
Subject: |
30/31: gnu: swayr: Update to 0.27.4. |
Date: |
Sat, 28 Dec 2024 16:07:28 -0500 (EST) |
efraim pushed a commit to branch rust-team
in repository guix.
commit b6ab7aefab8fe870f8e06c417e8e82f488be8e11
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sat Dec 28 21:04:01 2024 +0200
gnu: swayr: Update to 0.27.4.
* gnu/packages/rust-apps.scm (swayr): Update to 0.27.4.
[arguments]: Don't run the tests in release mode.
[cargo-inputs]: Replace rust-env-logger-0.10 with 0.11.
Change-Id: I31af01ecaa271b4185d97ca47bf223754517beb6
---
gnu/packages/rust-apps.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index cd8d52da07..ace5d0b61d 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -3851,24 +3851,24 @@ terminal won't have to take up any space.")
(define-public swayr
(package
(name "swayr")
- (version "0.27.3")
+ (version "0.27.4")
(source
(origin
(method url-fetch)
(uri (crate-uri "swayr" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32 "1akmq1qa3v8jxn7qgwmr70dhgamb1mvn2jkqdawc6i8accz33gca"))))
+ (base32 "19p7pwcfbcbia8hbx7ql9krl2fcdib2db9xs57ylv6cfccgipv9q"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-test-flags
- '("--release" "--"
+ '("--"
"--skip=config::test_load_swayr_config")
#:install-source? #f
#:cargo-inputs
(("rust-clap" ,rust-clap-4)
("rust-directories" ,rust-directories-5)
- ("rust-env-logger" ,rust-env-logger-0.10)
+ ("rust-env-logger" ,rust-env-logger-0.11)
("rust-log" ,rust-log-0.4)
("rust-once-cell" ,rust-once-cell-1)
("rust-peg" ,rust-peg-0.8)
- branch rust-team updated (ab09bf5650 -> 8663522f4e), guix-commits, 2024/12/28
- 01/31: gnu: eza: Update to 0.20.14., guix-commits, 2024/12/28
- 12/31: gnu: Add rust-windows-bindgen-0.58., guix-commits, 2024/12/28
- 15/31: gnu: Add rust-derive-builder-core-0.20., guix-commits, 2024/12/28
- 30/31: gnu: swayr: Update to 0.27.4.,
guix-commits <=
- 09/31: gnu: Add rust-bindgen-0.71., guix-commits, 2024/12/28
- 05/31: gnu: Add rust-cargo-test-support-0.3., guix-commits, 2024/12/28
- 11/31: gnu: Add rust-windows-metadata-0.58., guix-commits, 2024/12/28
- 17/31: gnu: rust-clap-mangen-0.2: Update to 0.2.24., guix-commits, 2024/12/28
- 18/31: gnu: rust-clap-lex-0.7: Update to 0.7.4., guix-commits, 2024/12/28
- 19/31: gnu: rust-clap-complete-4: Update to 0.4.50., guix-commits, 2024/12/28
- 20/31: gnu: rust-clap-builder-4: Update to 4.5.23., guix-commits, 2024/12/28
- 31/31: gnu: tectonic: Update to 0.15.0., guix-commits, 2024/12/28
- 22/31: gnu: rust-chrono-0.4: Update to 0.4.39., guix-commits, 2024/12/28
- 28/31: gnu: Add rust-irx-config-3., guix-commits, 2024/12/28