This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 4a1fedd453 gnu: dwm: Update to 6.8.
4a1fedd453 is described below
commit 4a1fedd453eeb6305a64d16e88d0029cb23f998d
Author: Cayetano Santos <[email protected]>
AuthorDate: Mon Feb 2 13:58:31 2026 +0100
gnu: dwm: Update to 6.8.
* gnu/packages/suckless.scm (dwm): Update to 6.8.
Change-Id: I94421c1cf579046a11b0b07c31de890abc989f7c
---
gnu/packages/suckless.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm
index 5ec9c25229..34378448af 100644
--- a/gnu/packages/suckless.scm
+++ b/gnu/packages/suckless.scm
@@ -231,7 +231,7 @@ a custom raw video format with a simple container.")
(define-public dwm
(package
(name "dwm")
- (version "6.7")
+ (version "6.8")
(synopsis "Dynamic Window Manager")
(source (origin
(method git-fetch)
@@ -240,7 +240,7 @@ a custom raw video format with a simple container.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32
"176djmvsy0cpghlf36k69w5fbhyp42hjcm32j46x7daz8wwlafym"))))
+ (base32
"1jim52kp34dbkzna1m2l0dhz9fjgzv3mpaiifj9m2dbxlnd0ahws"))))
(build-system gnu-build-system)
(arguments
(list