diff options
author | Timo Wilken <guix@twilken.net> | 2025-04-08 19:31:08 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-04-09 09:55:11 +0200 |
commit | 28fb0cafe0e81a7dd9b7f8e954c32699b7249ff9 (patch) | |
tree | 0ade45d314a25625af4df67411be1da4a149d8ce | |
parent | 621d09a185b106364fe7636923ab39c8bca35141 (diff) | |
download | guix-28fb0cafe0e81a7dd9b7f8e954c32699b7249ff9.tar.gz guix-28fb0cafe0e81a7dd9b7f8e954c32699b7249ff9.zip |
gnu: scenefx: Update to 0.2.1.
* gnu/packages/wm.scm (scenefx): Update to 0.2.1.
Change-Id: I064288e9dcbcde9e6a9b4dfd6d62dce66a7c8368
Signed-off-by: Andreas Enge <andreas@enge.fr>
-rw-r--r-- | gnu/packages/wm.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index f52cc0c336..bb3644d2e2 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -4307,7 +4307,7 @@ configure input, and customize Wayfire plugins.") (define-public scenefx (package (name "scenefx") - (version "0.1") + (version "0.2.1") (source (origin (method git-fetch) (uri (git-reference @@ -4316,7 +4316,7 @@ configure input, and customize Wayfire plugins.") (file-name (git-file-name name version)) (sha256 (base32 - "1r7f8bprsn0mwlkmc8d14nr3iibljfyxypb4i06v66ghlngaw6dw")))) + "1jvbskpmhq0vs4rx9723n709h77zg4c0cid8jwnrag1hqh601ch4")))) (build-system meson-build-system) (native-inputs (list pkg-config ;; for wayland-scanner. @@ -4325,7 +4325,7 @@ configure input, and customize Wayfire plugins.") mesa libxkbcommon libdrm - wlroots-0.17)) + wlroots)) (home-page "https://github.com/wlrfx/scenefx") (synopsis "Drop-in replacement for the wlroots scene API") (description |