guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: stumpwm-contrib: Update to 0.0.1-5.4613a95.


From: guix-commits
Subject: 02/04: gnu: stumpwm-contrib: Update to 0.0.1-5.4613a95.
Date: Sat, 18 Feb 2023 05:33:30 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit 7b9725ed65d22bf7bfb9dcd2076c802955a5ace7
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Sat Feb 18 10:46:41 2023 +0100

    gnu: stumpwm-contrib: Update to 0.0.1-5.4613a95.
    
    * gnu/packages/wm.scm (stumpwm-contrib): Update to 0.0.1-5.4613a95.
---
 gnu/packages/wm.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index c0ccf2bdd7..2f102a9a9f 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -2070,8 +2070,8 @@ productive, customizable lisp based systems.")
            (delete 'cleanup)))))))
 
 (define stumpwm-contrib
-  (let ((commit "d0c05077eca5257d33083de949c10bca4aac4242")
-        (revision "4"))
+  (let ((commit "4613a956add7a17986a3b26c341229466cd13f1d")
+        (revision "5"))
     (package
       (name "stumpwm-contrib")
       (version (git-version "0.0.1" revision commit)) ;no upstream release
@@ -2083,7 +2083,7 @@ productive, customizable lisp based systems.")
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "0zxhqh9wjfk7zas67kmwfx0a47y8rxmh8f1a5rcs300bv1083lkb"))))
+          (base32 "1g8h2vd5qsmaiz6ixlx9ykrv6a08izmkf0js18fvljvznpyhsznz"))))
       (build-system asdf-build-system/sbcl)
       (inputs
        `(("stumpwm" ,stumpwm "lib")))



reply via email to

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