[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
172/276: gnu: wlgreet: Update to 0.4.1.
From: |
guix-commits |
Subject: |
172/276: gnu: wlgreet: Update to 0.4.1. |
Date: |
Wed, 18 Oct 2023 04:49:57 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit f64353c49a5a9acfe7e9930d69f0df195f9f73ea
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Oct 3 15:00:26 2023 +0300
gnu: wlgreet: Update to 0.4.1.
* gnu/packages/admin.scm (wlgreet): Update to 0.4.1.
[cargo-inputs]: Replace rust-greetd-ipc-0.8 with 0.9, rust-nix-0.15 with
0.25, rust-os-pipe-0.8 with 1, rust-rusttype-0.7 with 0.9. Remove
rust-xml-rs-0.8.
---
gnu/packages/admin.scm | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 05e3936b0a..a8ece1688c 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -5488,7 +5488,7 @@ interfering with any pam-mount configuration.")))
(define-public wlgreet
(package
(name "wlgreet")
- (version "0.4")
+ (version "0.4.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -5497,25 +5497,24 @@ interfering with any pam-mount configuration.")))
(file-name (git-file-name name version))
(sha256
(base32
- "00grp63n9nrgqls3knxfv9wjbc7p0jwr7i2vzxy750dz85gi2kzn"))))
+ "1k0jmgh0rjbnb49gkvs0a4d7z9xb6pad8v5w5f7my4s0rfpk7wd9"))))
(build-system cargo-build-system)
(arguments
(list #:cargo-inputs
`(("rust-chrono" ,rust-chrono-0.4)
("rust-getopts" ,rust-getopts-0.2)
- ("rust-greetd-ipc" ,rust-greetd-ipc-0.8)
+ ("rust-greetd-ipc" ,rust-greetd-ipc-0.9)
("rust-lazy-static" ,rust-lazy-static-1)
("rust-memmap2" ,rust-memmap2-0.3)
- ("rust-nix" ,rust-nix-0.15)
- ("rust-os-pipe" ,rust-os-pipe-0.8)
- ("rust-rusttype" ,rust-rusttype-0.7)
+ ("rust-nix" ,rust-nix-0.25)
+ ("rust-os-pipe" ,rust-os-pipe-1)
+ ("rust-rusttype" ,rust-rusttype-0.9)
("rust-serde" ,rust-serde-1)
("rust-smithay-client-toolkit"
,rust-smithay-client-toolkit-0.15)
("rust-toml" ,rust-toml-0.5)
("rust-wayland-client" ,rust-wayland-client-0.29)
- ("rust-wayland-protocols" ,rust-wayland-protocols-0.29)
- ("rust-xml-rs" ,rust-xml-rs-0.8))
+ ("rust-wayland-protocols" ,rust-wayland-protocols-0.29))
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'remove-bundled-fonts
- 273/276: gnu: transanno: Fix build., (continued)
- 273/276: gnu: transanno: Fix build., guix-commits, 2023/10/18
- 276/276: Revert "build: cargo-build-system: Disable tests by default.", guix-commits, 2023/10/18
- 146/276: gnu: Add rust-serde-regex-1., guix-commits, 2023/10/18
- 148/276: gnu: Add rust-ntest-timeout-0.7., guix-commits, 2023/10/18
- 149/276: gnu: Add rust-ntest-test-cases-0.7., guix-commits, 2023/10/18
- 163/276: gnu: Add rust-itertools-0.11., guix-commits, 2023/10/18
- 165/276: gnu: rust-predicates-core-1: Update to 1.0.6., guix-commits, 2023/10/18
- 166/276: gnu: rust-predicates-tree-1: Update to 1.0.9., guix-commits, 2023/10/18
- 170/276: gnu: Add rust-resize-0.4., guix-commits, 2023/10/18
- 164/276: gnu: Add rust-predicates-3., guix-commits, 2023/10/18
- 172/276: gnu: wlgreet: Update to 0.4.1.,
guix-commits <=
- 177/276: gnu: rust-minisign: Update to 0.7.5., guix-commits, 2023/10/18
- 178/276: gnu: rust-arrayvec-0.7: Update to 0.7.4., guix-commits, 2023/10/18
- 179/276: gnu: Add rust-constant-time-eq-0.3., guix-commits, 2023/10/18
- 183/276: gnu: rust-serde-json-1: Update to 1.0.107., guix-commits, 2023/10/18
- 185/276: gnu: rust-tempfile-3: Update to 3.8.0., guix-commits, 2023/10/18
- 180/276: gnu: Add rust-criterion-0.5., guix-commits, 2023/10/18
- 190/276: gnu: rust-pyo3: Update to 0.19.2., guix-commits, 2023/10/18
- 199/276: gnu: rust-afl-0.8: Remove check-for-pregenerated-files phase., guix-commits, 2023/10/18
- 201/276: gnu: rust-cookie-0.14: Update to 0.14.4., guix-commits, 2023/10/18
- 198/276: gnu: rust-addr2line-0.17: Fix building., guix-commits, 2023/10/18