emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#57252: closed ([PATCH] * gnu/packages/wm.scm (stumpwm-contrib): Upda


From: GNU bug Tracking System
Subject: bug#57252: closed ([PATCH] * gnu/packages/wm.scm (stumpwm-contrib): Update to revision 4)
Date: Wed, 17 Aug 2022 08:28:02 +0000

Your message dated Wed, 17 Aug 2022 08:26:12 +0000
with message-id <87y1vn1di6.fsf@kitej>
and subject line Re: [bug#57252] [PATCH] * gnu/packages/wm.scm 
(stumpwm-contrib): Update to revision 4
has caused the debbugs.gnu.org bug report #57252,
regarding [PATCH] * gnu/packages/wm.scm (stumpwm-contrib): Update to revision 4
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
57252: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57252
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [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


--- End Message ---
--- Begin Message --- Subject: Re: [bug#57252] [PATCH] * gnu/packages/wm.scm (stumpwm-contrib): Update to revision 4 Date: Wed, 17 Aug 2022 08:26:12 +0000
Patch pushed as 013efb8a12838c64eecc698b907c2cc4f1b5dace.
Thanks.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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