guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: stumpwm: Update to 23.11.


From: guix-commits
Subject: 01/02: gnu: stumpwm: Update to 23.11.
Date: Fri, 27 Sep 2024 03:49:32 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit 6c1716c8e35563da57e10c25e01bdce581d2bfc8
Author: Roman Scherer <roman@burningswell.com>
AuthorDate: Fri Sep 27 08:29:08 2024 +0200

    gnu: stumpwm: Update to 23.11.
    
    * gnu/packages/wm.scm (stumpwm): Update to 23.11.
    
    Change-Id: Ia5e0ad8137e033897a4380e71aeed012049d9e22
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 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 2e00e0df41..8c9d76ef70 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -2412,7 +2412,7 @@ wlr-output-management-unstable-v1 protocol.")
 (define-public stumpwm
   (package
     (name "stumpwm")
-    (version "22.11")
+    (version "23.11")
     (source
      (origin
        (method git-fetch)
@@ -2421,7 +2421,7 @@ wlr-output-management-unstable-v1 protocol.")
              (commit version)))
        (file-name (git-file-name "stumpwm" version))
        (sha256
-        (base32 "1wxgddmkgmpml44a3m6bd8y529b13jz14apxxipmij10wzpgay6d"))))
+        (base32 "0akrkxwmlk2596b0kl3q0nfi81ypfrpyyyf65vw7px5x17gsnq5i"))))
     (build-system asdf-build-system/sbcl)
     (native-inputs
      (list sbcl-fiasco



reply via email to

[Prev in Thread] Current Thread [Next in Thread]