This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new e7ad20a4c6 gnu: quickshell: Update to 0.2.1
e7ad20a4c6 is described below
commit e7ad20a4c6b674250302846067f43dca24abbdac
Author: luca <[email protected]>
AuthorDate: Thu Nov 20 18:37:45 2025 +0100
gnu: quickshell: Update to 0.2.1
* gnu/packages/wm.scm: (quickshell): Update to 0.2.1.
Change-Id: I6642d96affe61ef6b49e8775364470118a5303e8
Signed-off-by: Andreas Enge <[email protected]>
---
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 953f1fe128..9cbb5e43e8 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -971,7 +971,7 @@ your own layouts, widgets, and built-in commands.")
(define-public quickshell
(package
(name "quickshell")
- (version "0.2.0")
+ (version "0.2.1")
(source
(origin
(method git-fetch)
@@ -980,7 +980,7 @@ your own layouts, widgets, and built-in commands.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "12ggnrvnbxqyms05vjm3zl5d59p0sm08rk6qpi7ni1bvz0715ady"))))
+ (base32 "19g978h0rmfy0839wncg97ywfdh7bak047dk33hgwjkm5y1qxvvv"))))
(build-system cmake-build-system)
(arguments
(list