guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 63f0d10810acea4d46dae5eaa40878ca0f85666f
Author: ColdSideOfYourPillow <coldsideofyourpil...@noreply.codeberg.org>
AuthorDate: Sun Sep 7 17:46:04 2025 +0400

    gnu: quickshell: Update to 0.2.0.
    
    * gnu/packages/wm.scm (quickshell): Update to 0.2.0.
    
    Change-Id: I56fd25f6c7a5b5c636eb7b646ae8b3a5099737ba
    Signed-off-by: Ludovic Courtès <l...@gnu.org>
---
 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 666f8a0db5..7b91e2b33a 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -890,7 +890,7 @@ your own layouts, widgets, and built-in commands.")
 (define-public quickshell
   (package
     (name "quickshell")
-    (version "0.1.0")
+    (version "0.2.0")
     (source
      (origin
        (method git-fetch)
@@ -899,7 +899,7 @@ your own layouts, widgets, and built-in commands.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0s3d2mw133d11x1kwjf1krw0xfiidgc77vsz92n65zjdjb8kkl8d"))))
+        (base32 "12ggnrvnbxqyms05vjm3zl5d59p0sm08rk6qpi7ni1bvz0715ady"))))
     (build-system cmake-build-system)
     (arguments
      (list

Reply via email to