guix-patches
[Top][All Lists]
Advanced

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

[bug#57252] [PATCH] * gnu/packages/wm.scm (stumpwm-contrib): Update to r


From: Trevor Richards
Subject: [bug#57252] [PATCH] * gnu/packages/wm.scm (stumpwm-contrib): Update to revision 4
Date: Tue, 16 Aug 2022 15:39:05 -0700
User-agent: Notmuch/0.36 (https://notmuchmail.org) Emacs/28.1 (x86_64-pc-linux-gnu)

The current revision of stumpwm-contrib is currently more than a year
old now. I am hoping to get a new feature out of
sbcl-stumpwm-screenshot. However, I can't do this without creating
side-effects for all of the stumpwm-contrib child packages.

As an aside it might be a good idea to isolate each child module to its
own commit checkout later on.

---
 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 f4dcbf742e..507c5db92a 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1931,8 +1931,8 @@ (define-public stumpwm+slynk
            (delete 'cleanup)))))))
 
 (define stumpwm-contrib
-  (let ((commit "a7dc1c663d04e6c73a4772c8a6ad56a34381096a")
-        (revision "3"))
+  (let ((commit "d0c05077eca5257d33083de949c10bca4aac4242")
+        (revision "4"))
     (package
       (name "stumpwm-contrib")
       (version (git-version "0.0.1" revision commit)) ;no upstream release
@@ -1944,7 +1944,7 @@ (define stumpwm-contrib
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "09akdaaya7lga5lzbq1aj1filsyjwvflghkidpmr0nk0jz5xx1g7"))))
+          (base32 "0zxhqh9wjfk7zas67kmwfx0a47y8rxmh8f1a5rcs300bv1083lkb"))))
       (build-system asdf-build-system/sbcl)
       (inputs
        `(("stumpwm" ,stumpwm "lib")))
-- 
2.37.2

Attachment: signature.asc
Description: PGP signature


reply via email to

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