all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#57252] [PATCH] * gnu/packages/wm.scm (stumpwm-contrib): Update to revision 4
@ 2022-08-16 22:39 Trevor Richards
  2022-08-17  8:26 ` bug#57252: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: Trevor Richards @ 2022-08-16 22:39 UTC (permalink / raw)
  To: 57252

[-- Attachment #1: Type: text/plain, Size: 1444 bytes --]


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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 251 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#57252: [PATCH] * gnu/packages/wm.scm (stumpwm-contrib): Update to revision 4
  2022-08-16 22:39 [bug#57252] [PATCH] * gnu/packages/wm.scm (stumpwm-contrib): Update to revision 4 Trevor Richards
@ 2022-08-17  8:26 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2022-08-17  8:26 UTC (permalink / raw)
  To: Trevor Richards; +Cc: 57252-done

[-- Attachment #1: Type: text/plain, Size: 66 bytes --]

Patch pushed as 013efb8a12838c64eecc698b907c2cc4f1b5dace.
Thanks.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-17  8:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-16 22:39 [bug#57252] [PATCH] * gnu/packages/wm.scm (stumpwm-contrib): Update to revision 4 Trevor Richards
2022-08-17  8:26 ` bug#57252: " Guillaume Le Vaillant

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.