aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Wilken <guix@twilken.net>2025-04-08 19:31:09 +0200
committerAndreas Enge <andreas@enge.fr>2025-04-09 09:55:21 +0200
commitf1da434d9df0898228612c645b46410a5cfe76f9 (patch)
treef525506db3e5b6f68d10287ba970a18f5244f5ce
parent28fb0cafe0e81a7dd9b7f8e954c32699b7249ff9 (diff)
downloadguix-f1da434d9df0898228612c645b46410a5cfe76f9.tar.gz
guix-f1da434d9df0898228612c645b46410a5cfe76f9.zip
gnu: swayfx: Update to 0.5.
* gnu/packages/wm.scm (swayfx): Update to 0.5. Change-Id: I975260fb70938291addf7872c54cbe53ff654fc8 Signed-off-by: Andreas Enge <andreas@enge.fr>
-rw-r--r--gnu/packages/wm.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index bb3644d2e2..375ed08c00 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -2208,7 +2208,7 @@ narrow the items to those matching the tokens in the input.")
(package
(inherit sway)
(name "swayfx")
- (version "0.4")
+ (version "0.5")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2217,7 +2217,7 @@ narrow the items to those matching the tokens in the input.")
(file-name (git-file-name name version))
(sha256
(base32
- "0651gbkszc8wwkiiw983m3815cfyk4c9v4mpd1nqf27a0f6qjgsm"))))
+ "0pvha915hihip59g6dkhjifm9rvwrvgxd3shc6xz99r377prpml1"))))
(build-system meson-build-system)
(inputs (list basu
cairo
@@ -2231,7 +2231,7 @@ narrow the items to those matching the tokens in the input.")
scenefx
swaybg
wayland
- wlroots-0.17))
+ wlroots))
(home-page "https://github.com/WillPower3309/swayfx")
(synopsis "Sway Fork with extra options and effects")
(description