iyzsong pushed a commit to branch master
in repository guix.

commit 6e3f3648af9441c638ca035e745377a57578e12f
Author: 宋文武 <iyzs...@member.fsf.org>
AuthorDate: Thu Feb 6 20:57:28 2025 +0800

    gnu: sway: Update to 1.10.1.
    
    * gnu/packages/wm.scm (sway): Update to 1.10.1.
    
    Change-Id: I20de9c75fd12ff9189bae74a10e6e3eca7a7cbf8
---
 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 50a2bbd804..8aa314e56b 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -2122,7 +2122,7 @@ narrow the items to those matching the tokens in the 
input.")
 (define-public sway
   (package
     (name "sway")
-    (version "1.10")
+    (version "1.10.1")
     (source
      (origin
        (method git-fetch)
@@ -2131,7 +2131,7 @@ narrow the items to those matching the tokens in the 
input.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0f8mdvpv9w44r91944s90s0cssqvgmnhi4zxn4xa4xllg3z98drz"))))
+        (base32 "175px3446mkm8015dhs1c4ia4a275hyfpvr6jnyghnx1rf9m06xq"))))
     (build-system meson-build-system)
     (arguments
      (list

Reply via email to