GNU bug report logs - #60755
[PATCH] Update i3-wm to version 4.22

Previous Next

Package: guix-patches;

Reported by: Marcel van der Boom <marcel <at> van-der-boom.nl>

Date: Thu, 12 Jan 2023 15:00:02 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: 宋文武 <iyzsong <at> envs.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#60755: closed ([PATCH] Update i3-wm to version 4.22)
Date: Sat, 28 Jan 2023 05:47:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sat, 28 Jan 2023 13:46:50 +0800
with message-id <87r0vfqkhh.fsf <at> envs.net>
and subject line Re: bug#60755: [PATCH] Update i3-wm to version 4.22
has caused the debbugs.gnu.org bug report #60755,
regarding [PATCH] Update i3-wm to version 4.22
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
60755: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60755
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Marcel van der Boom <marcel <at> van-der-boom.nl>
To: guix-patches <at> gnu.org
Cc: Marcel van der Boom <marcel <at> van-der-boom.nl>
Subject: [PATCH] Update i3-wm to version 4.20
Date: Thu, 12 Jan 2023 15:58:36 +0100
Simple update of version, hash and one input.

---
 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 a13467663e..2105168a58 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -309,14 +309,14 @@ (define-public i3status
 (define-public i3-wm
   (package
     (name "i3-wm")
-    (version "4.20.1")
+    (version "4.22")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://i3wm.org/downloads/i3-"
                                   version ".tar.xz"))
               (sha256
                (base32
-                "1rpwdgykcvmrmdz244f0wm7446ih1dcw8rlc1hm1c7cc42pyrq93"))))
+                "0jrya4rhh46sivlmqaqc4n9abpp1yn1ajhi616gn75cxwl8rjqr8"))))
     (build-system meson-build-system)
     (arguments
      `(;; The test suite requires the unpackaged Xephyr X server.
@@ -346,7 +346,7 @@ (define-public i3-wm
            xmlto
            perl-pod-simple
            libx11
-           pcre
+           pcre2
            startup-notification
            pango
            cairo))
-- 
2.38.1



[Message part 3 (message/rfc822, inline)]
From: 宋文武 <iyzsong <at> envs.net>
To: Marcel van der Boom <marcel <at> van-der-boom.nl>
Cc: 60755-done <at> debbugs.gnu.org
Subject: Re: bug#60755: [PATCH] Update i3-wm to version 4.22
Date: Sat, 28 Jan 2023 13:46:50 +0800
Marcel van der Boom <marcel <at> van-der-boom.nl> writes:

> Simple update of version, hash and one input.

Pushed with updated commit message, thank you!


This bug report was last modified 2 years and 117 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.