guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 38177c5a2ac0eb1a4292f192667957386b75fbaf
Author: Yappaholic <[email protected]>
AuthorDate: Tue Oct 21 22:52:06 2025 +0000

    gnu: swayfx: Update to 0.5.3.
    
    * gnu/packages/wm.scm (swayfx): Update to 0.5.3.
    [inputs]: Remove wlroots-0.18; add wlroots-0.19.
    
    Signed-off-by: Andreas Enge <[email protected]>
---
 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 1d404cc213..a750843395 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -2484,7 +2484,7 @@ narrow the items to those matching the tokens in the 
input.")
   (package
     (inherit sway)
     (name "swayfx")
-    (version "0.5")
+    (version "0.5.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2493,7 +2493,7 @@ narrow the items to those matching the tokens in the 
input.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0pvha915hihip59g6dkhjifm9rvwrvgxd3shc6xz99r377prpml1"))))
+                "1d4srsp1c4dfq7qqcccbqw0jwn9ghzqhkvgr1msgs7r1jkk4v4sd"))))
     (build-system meson-build-system)
     (inputs (list basu
                   cairo
@@ -2507,7 +2507,7 @@ narrow the items to those matching the tokens in the 
input.")
                   scenefx
                   swaybg
                   wayland
-                  wlroots-0.18))
+                  wlroots-0.19))
     (home-page "https://github.com/WillPower3309/swayfx";)
     (synopsis "Sway Fork with extra options and effects")
     (description

Reply via email to