GNU bug report logs - #75312
[PATCH] gnu: greetd: Update to 0.10.3.

Previous Next

Package: guix-patches;

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

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Nicolas Graves <ngraves <at> ngraves.fr>
Subject: bug#75312: closed (Re: [bug#75312] [PATCH] gnu: greetd: Update to
 0.10.3.)
Date: Sun, 19 Jan 2025 23:30:05 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#75312: [PATCH] gnu: greetd: Update to 0.10.3.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 75312 <at> debbugs.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)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: muradm <mail <at> muradm.net>
Cc: Sharlatan Hellseher <sharlatanus <at> gmail.com>,
 Nicolas Graves <ngraves <at> ngraves.fr>, Efraim Flashner <efraim <at> flashner.co.il>,
 75312-done <at> debbugs.gnu.org
Subject: Re: [bug#75312] [PATCH] gnu: greetd: Update to 0.10.3.
Date: Mon, 20 Jan 2025 00:28:57 +0100
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’.

[Message part 3 (message/rfc822, inline)]
From: Nicolas Graves <ngraves <at> ngraves.fr>
To: guix-patches <at> gnu.org
Cc: mail <at> muradm.net, Nicolas Graves <ngraves <at> ngraves.fr>
Subject: [PATCH] gnu: greetd: Update to 0.10.3.
Date: Fri,  3 Jan 2025 14:09:41 +0100
* 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




This bug report was last modified 179 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.