diff mbox series

[bug#60755] Update i3-wm to version 4.20

Message ID bc3c140d8347cfc071fa97a66a07bbc48b4c17ea.1673535485.git.marcel@van-der-boom.nl
State New
Headers show
Series [bug#60755] Update i3-wm to version 4.20 | expand

Commit Message

Marcel van der Boom Jan. 12, 2023, 2:58 p.m. UTC
Simple update of version, hash and one input.

---
 gnu/packages/wm.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Marcel van der Boom Jan. 13, 2023, 8:36 a.m. UTC | #1
Not sure if it should be part of this issue, but with version 4.22 
the inclusion of a separate 'i3-gaps' package is perhaps 
redundant? Its functionality has been merged.
Marcel van der Boom Jan. 19, 2023, 3:37 p.m. UTC | #2
Is anything else needed for this?
宋文武 Jan. 28, 2023, 5:46 a.m. UTC | #3
Marcel van der Boom <marcel@van-der-boom.nl> writes:

> Simple update of version, hash and one input.

Pushed with updated commit message, thank you!
diff mbox series

Patch

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