GNU bug report logs -
#75312
[PATCH] gnu: greetd: Update to 0.10.3.
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Fri, 3 Jan 2025 13:11:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Mon, 20 Jan 2025 00:28:57 +0100
with message-id <87bjw2o01y.fsf <at> gnu.org>
and subject line Re: [bug#75312] [PATCH] gnu: greetd: Update to 0.10.3.
has caused the debbugs.gnu.org bug report #75312,
regarding [PATCH] gnu: greetd: Update to 0.10.3.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
75312: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75312
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/admin.scm (greetd): Update to 0.10.3.
[arguments]<#:cargo-inputs>: Replace rust-nix-0.26 by rust-nix-0.27.
---
gnu/packages/admin.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 466df65dd9..045292a37d 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -5651,7 +5651,7 @@ (define-public udpcast
(define-public greetd
(package
(name "greetd")
- (version "0.9.0")
+ (version "0.10.3")
(home-page "https://git.sr.ht/~kennylevinsen/greetd")
(source (origin
(method git-fetch)
@@ -5660,11 +5660,11 @@ (define-public greetd
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1b79lb0vikh5vwpdlyga6zwzm11gpsd7ghp8zb0q2m6mlqlj5by3"))))
+ (base32 "1j3c7skby9scsq6p1f6nacbiy9b26y1sswchdsp8p3vv7fgdh2wf"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
- (("rust-nix" ,rust-nix-0.26)
+ (("rust-nix" ,rust-nix-0.27)
("rust-pam-sys" ,rust-pam-sys-0.5)
("rust-rpassword" ,rust-rpassword-5)
("rust-users" ,rust-users-0.11)
--
2.47.1
[Message part 3 (message/rfc822, inline)]
Hi muradm,
muradm <mail <at> muradm.net> skribis:
> * gnu/packages/admin.scm (greetd): Update to 0.10.3.
> * gnu/tests/desktop.scm (minimal-desktop): greetd don't share GREETD_SOCK any more.
>
> Change-Id: I51af36f24fa4647dfde3aeb5c3d68b5cb353a8f9
‘greetd’ had been upgraded independently in
55cead2c49e0740c1595fdc5ecce7d050c36e080, but without updating the
‘minimal-desktop’ test.
I committed the test fix on your behalf as
bc6769f1211104dbc9341c064275cd930f5dfa3a.
Thanks,
Ludo’.
This bug report was last modified 178 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.