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 718336f60c gnu: bspwm: Update to 0.9.12.
718336f60c is described below

commit 718336f60cc1184717881c9a26ccac2ede0b8d12
Author: Spencer King <[email protected]>
AuthorDate: Sat Jan 24 20:28:07 2026 -0600

    gnu: bspwm: Update to 0.9.12.
    
    * gnu/packages/wm.scm (bspwm): Update to 0.9.12.
    
    Change-Id: I85adac862f2c3df02a4b8a0a572a5ca4d1dc714a
    Signed-off-by: Zheng Junjie <[email protected]>
---
 gnu/packages/wm.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 8dbe293700..6ef87bcf69 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -88,6 +88,7 @@
 ;;; Copyright © 2025 Aleksandr Lebedev <[email protected]>
 ;;; Copyright © 2026 Carlos Durán Domínguez <[email protected]>
 ;;; Copyright © 2026 Andy Tai <[email protected]>
+;;; Copyright © 2026 Spencer King <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -213,7 +214,7 @@
 (define-public bspwm
   (package
     (name "bspwm")
-    (version "0.9.10")
+    (version "0.9.12")
     (source
      (origin
        (method git-fetch)
@@ -222,7 +223,7 @@
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0qlv7b4c2mmjfd65y100d11x8iqyg5f6lfiws3cgmpjidhdygnxc"))))
+        (base32 "09arpajpgdh2yvadr8r1d81x5w1mrg84wl1a2b150ab00rc5wj5h"))))
     (build-system gnu-build-system)
     (inputs
      (list libxcb

Reply via email to