[PATCH] gnu: herbstluftwm: Update to 0.9.4.

  • Done
  • quality assurance status badge
Details
2 participants
  • David Wilson
  • Ludovic Courtès
Owner
unassigned
Submitted by
David Wilson
Severity
normal

Debbugs page

David Wilson wrote 3 years ago
(address . guix-patches@gnu.org)
2d797322-8ff2-4534-925f-2ff4f861d48a@www.fastmail.com
Hello fellow Guix,

This change updates the herbstluftwm package to 0.9.4.

Thanks!

David
From 989180b13205892c6b9dbd100daea5896fbd16cc Mon Sep 17 00:00:00 2001
From: David Wilson <david@daviwil.com>
Date: Sun, 12 Jun 2022 13:33:07 +0300
Subject: [PATCH] gnu: herbstluftwm: Update to 0.9.4.

* gnu/packages/wm.scm (herbstluftwm): Update to 0.9.4.
---
gnu/packages/wm.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Toggle diff (31 lines)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 123e6ca7e7..60127d8ff6 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -181,14 +181,14 @@ (define-public bspwm
(define-public herbstluftwm
(package
(name "herbstluftwm")
- (version "0.9.3")
+ (version "0.9.4")
(source
(origin
(method url-fetch)
(uri (string-append "https://herbstluftwm.org/tarballs/herbstluftwm-"
version ".tar.gz"))
(sha256
- (base32 "01f1bv9axjhw1l2gwhdwahljssj0h8q7a1bqwbpnwvln0ayv39qb"))
+ (base32 "1k03rdr6irsgnjl4w0vac0kk9nsz46qhy74iflmaycxgfv8fxy7f"))
(file-name (string-append "herbstluftwm-" version ".tar.gz"))))
(build-system cmake-build-system)
(inputs
@@ -200,6 +200,7 @@ (define-public herbstluftwm
xsetroot
libx11
libxext
+ libxfixes
libxinerama
libxrandr
libxft))
--
2.36.1
Ludovic Courtès wrote 3 years ago
(name . David Wilson)(address . david@daviwil.com)(address . 55924-done@debbugs.gnu.org)
87mtedm0js.fsf@gnu.org
Hi David,

"David Wilson" <david@daviwil.com> skribis:

Toggle quote (7 lines)
> From 989180b13205892c6b9dbd100daea5896fbd16cc Mon Sep 17 00:00:00 2001
> From: David Wilson <david@daviwil.com>
> Date: Sun, 12 Jun 2022 13:33:07 +0300
> Subject: [PATCH] gnu: herbstluftwm: Update to 0.9.4.
>
> * gnu/packages/wm.scm (herbstluftwm): Update to 0.9.4.

Applied, thanks!

Ludo’.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 55924@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 55924
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help