unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Felix Lechner via Guix-patches via <guix-patches@gnu.org>
To: 60798@debbugs.gnu.org
Cc: Felix Lechner <felix.lechner@lease-up.com>
Subject: [bug#60798] [PATCH v2 2/3] gnu: greetd: Update to 0.9.0.
Date: Tue, 17 Jan 2023 10:19:31 -0800	[thread overview]
Message-ID: <20230117181932.15222-2-felix.lechner@lease-up.com> (raw)
In-Reply-To: <20230117181932.15222-1-felix.lechner@lease-up.com>

* gnu/packages/admin.scm (greetd): Update to 0.9.0.
---
 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 9efedda74a..d111e4e3d6 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -5199,7 +5199,7 @@ (define-public udpcast
 (define-public greetd
   (package
     (name "greetd")
-    (version "0.8.0")
+    (version "0.9.0")
     (home-page "https://git.sr.ht/~kennylevinsen/greetd")
     (source (origin
               (method git-fetch)
@@ -5208,11 +5208,11 @@ (define-public greetd
                     (commit version)))
               (file-name (git-file-name name version))
               (sha256
-               (base32 "0x5c3jkw09kvj2grcxm899y2n6ws8p990cyp9cs0fy6lm4fzlh6v"))))
+               (base32 "1b79lb0vikh5vwpdlyga6zwzm11gpsd7ghp8zb0q2m6mlqlj5by3"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs
-       (("rust-nix" ,rust-nix-0.19)
+       (("rust-nix" ,rust-nix-0.26)
         ("rust-pam-sys" ,rust-pam-sys-0.5)
         ("rust-rpassword" ,rust-rpassword-5)
         ("rust-users" ,rust-users-0.11)
-- 
2.38.1





  reply	other threads:[~2023-01-17 18:21 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-13 22:08 [bug#60798] [PATCH] gnu: greetd: Update to 0.9.0 Felix Lechner via Guix-patches via
2023-01-17 18:19 ` [bug#60798] [PATCH v2 1/3] gnu: rust-nix-0.26: New variable Felix Lechner via Guix-patches via
2023-01-17 18:19   ` Felix Lechner via Guix-patches via [this message]
2023-01-17 18:19   ` [bug#60798] [PATCH v2 3/3] gnu: greetd: Use new-style inputs Felix Lechner via Guix-patches via
2023-02-09 10:31     ` bug#60798: " Jelle Licht

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230117181932.15222-2-felix.lechner@lease-up.com \
    --to=guix-patches@gnu.org \
    --cc=60798@debbugs.gnu.org \
    --cc=felix.lechner@lease-up.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).