all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "David Wilson" <david@daviwil.com>
To: 55924@debbugs.gnu.org
Subject: [bug#55924] [PATCH] gnu: herbstluftwm: Update to 0.9.4.
Date: Sun, 12 Jun 2022 13:43:03 +0300	[thread overview]
Message-ID: <2d797322-8ff2-4534-925f-2ff4f861d48a@www.fastmail.com> (raw)

[-- 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


             reply	other threads:[~2022-06-12 10:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-12 10:43 David Wilson [this message]
2022-06-16  9:15 ` bug#55924: [PATCH] gnu: herbstluftwm: Update to 0.9.4 Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2d797322-8ff2-4534-925f-2ff4f861d48a@www.fastmail.com \
    --to=david@daviwil.com \
    --cc=55924@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.