From: "ashish.is--- via Guix-patches" via <guix-patches@gnu.org>
To: 74228@debbugs.gnu.org
Cc: Ashish SHUKLA <ashish.is@lostca.se>
Subject: [bug#74228] [PATCH] gnu: sway: Update to 1.10.
Date: Wed, 6 Nov 2024 15:48:01 +0100 [thread overview]
Message-ID: <29f327a358db571ede0c0532dd9cb005a582bb81.1730904481.git.ashish.is@lostca.se> (raw)
From: Ashish SHUKLA <ashish.is@lostca.se>
* gnu/packages/wm.scm (sway): Update to 1.10.
[inputs] Replace wlroots-0.17 with wlroots.
Change-Id: Ia5230c58ecb11e3b1e5a94557f2965d7e648851f
---
gnu/packages/wm.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 836d4b6c04..b8c47d0317 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1906,7 +1906,7 @@ (define-public wmenu
(define-public sway
(package
(name "sway")
- (version "1.9")
+ (version "1.10")
(source
(origin
(method git-fetch)
@@ -1915,7 +1915,7 @@ (define-public sway
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1n36vgpi4bg2gkiq4fam4khly1z9bjinmjclzq5vfx0z8h7a5bzz"))))
+ (base32 "0f8mdvpv9w44r91944s90s0cssqvgmnhi4zxn4xa4xllg3z98drz"))))
(build-system meson-build-system)
(arguments
(list
@@ -1943,7 +1943,7 @@ (define-public sway
pcre2
swaybg
wayland
- wlroots-0.17))
+ wlroots))
(native-inputs
(cons* linux-pam mesa pkg-config scdoc wayland-protocols
(if (%current-target-system)
base-commit: bd3d7c8587c6a229fdf242bfd12d540e5aa8acd3
--
2.47.0
next reply other threads:[~2024-11-06 14:49 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-06 14:48 ashish.is--- via Guix-patches via [this message]
2024-11-07 0:33 ` [bug#74228] [PATCH v2 0/1] Review for 74228 Mazin AlHaddad
2024-11-07 0:33 ` [bug#74227] [PATCH v2 1/1] gnu: sway: Update to 1.10 Mazin AlHaddad
2024-11-12 22:49 ` bug#74228: " Ludovic Courtès
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=29f327a358db571ede0c0532dd9cb005a582bb81.1730904481.git.ashish.is@lostca.se \
--to=guix-patches@gnu.org \
--cc=74228@debbugs.gnu.org \
--cc=ashish.is@lostca.se \
/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).