all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jack Hill <jackhill@jackhill.us>
To: 63085@debbugs.gnu.org
Subject: [bug#63085] [PATCH v2 2/2] gnu: sway: Update to 1.8.1.
Date: Thu, 27 Apr 2023 11:42:56 -0400	[thread overview]
Message-ID: <20230427154256.23383-2-jackhill@jackhill.us> (raw)
In-Reply-To: <20230427154256.23383-1-jackhill@jackhill.us>

* gnu/packages/wm.scm (sway): Update to 1.8.1.
---
 gnu/packages/wm.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 6bf5ad6687..09eb06ce57 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1619,7 +1619,7 @@ (define-public wlroots
 (define-public sway
   (package
     (name "sway")
-    (version "1.8")
+    (version "1.8.1")
     (source
      (origin
        (method git-fetch)
@@ -1628,7 +1628,7 @@ (define-public sway
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "17dqr2lkmcv2ssp7vky27zw599i77whpb1aqh1s6kl8a8vkrz6mg"))))
+        (base32 "1y7brfrsjnm9gksijgnr6zxqiqvn06mdiwsk5j87ggmxazxd66av"))))
     (build-system meson-build-system)
     (arguments
      `(;; elogind is propagated by wlroots -> libseat
-- 
2.39.2





  reply	other threads:[~2023-04-27 17:21 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-26  4:51 [bug#63085] [PATCH 1/2] gnu: wlroots: Update to 0.16.2 Jack Hill
2023-04-26  4:56 ` [bug#63085] [PATCH 2/2] gnu: sway: Update to 1.8.1 Jack Hill
2023-04-27 15:42 ` [bug#63085] [PATCH v2 1/2] gnu: wlroots: Update to 0.16.2 Jack Hill
2023-04-27 15:42   ` Jack Hill [this message]
2023-06-19 10:16     ` [bug#63085] [PATCH v2 2/2] gnu: sway: Update to 1.8.1 Christopher Baines
2023-06-20 21:07       ` bug#63085: " Christopher Baines

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

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

  git send-email \
    --in-reply-to=20230427154256.23383-2-jackhill@jackhill.us \
    --to=jackhill@jackhill.us \
    --cc=63085@debbugs.gnu.org \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.