hako pushed a commit to branch master
in repository guix.

commit e24adc3bdf7cfeacc6aa7788d4a8292df425f6b2
Author: Josep Bigorra <jjbigo...@gmail.com>
AuthorDate: Mon Dec 2 09:38:44 2024 +0100

    gnu: swayfx: Update to to 0.4.
    
    * gnu/packages/wm.scm (swayfx): Update to 0.4.
    [inputs]: Add scenefx.
    Replace wlroots-0.16 with wlroots-0.17.
    
    Signed-off-by: Hilton Chain <hako@ultrarare.space>
    Change-Id: I73983fa1ae4b4f828716ad0560d33bd5f5947158
---
 gnu/packages/wm.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 099864c0fa..c1293bd291 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -2039,7 +2039,7 @@ narrow the items to those matching the tokens in the 
input.")
   (package
     (inherit sway)
     (name "swayfx")
-    (version "0.3.2")
+    (version "0.4")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2048,7 +2048,7 @@ narrow the items to those matching the tokens in the 
input.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "13d8icd45j937jgkidr7cyjys4nnvxh4ilp7ml0i2ml39ipv01qv"))))
+                "0651gbkszc8wwkiiw983m3815cfyk4c9v4mpd1nqf27a0f6qjgsm"))))
     (build-system meson-build-system)
     (inputs (list basu
                   cairo
@@ -2059,9 +2059,10 @@ narrow the items to those matching the tokens in the 
input.")
                   libxkbcommon
                   pango
                   pcre2
+                  scenefx
                   swaybg
                   wayland
-                  wlroots-0.16))
+                  wlroots-0.17))
     (home-page "https://github.com/WillPower3309/swayfx";)
     (synopsis "Sway Fork with extra options and effects")
     (description

Reply via email to