unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#55924] [PATCH] gnu: herbstluftwm: Update to 0.9.4.
@ 2022-06-12 10:43 David Wilson
  2022-06-16  9:15 ` bug#55924: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: David Wilson @ 2022-06-12 10:43 UTC (permalink / raw)
  To: 55924

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

Hello fellow Guix,

This change updates the herbstluftwm package to 0.9.4.

Thanks!

David

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-herbstluftwm-Update-to-0.9.4.patch --]
[-- Type: text/x-patch; name="0001-gnu-herbstluftwm-Update-to-0.9.4.patch", Size: 1319 bytes --]

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(-)

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


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

* bug#55924: [PATCH] gnu: herbstluftwm: Update to 0.9.4.
  2022-06-12 10:43 [bug#55924] [PATCH] gnu: herbstluftwm: Update to 0.9.4 David Wilson
@ 2022-06-16  9:15 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-06-16  9:15 UTC (permalink / raw)
  To: David Wilson; +Cc: 55924-done

Hi David,

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

> 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’.




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

end of thread, other threads:[~2022-06-16  9:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-12 10:43 [bug#55924] [PATCH] gnu: herbstluftwm: Update to 0.9.4 David Wilson
2022-06-16  9:15 ` bug#55924: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).