diff mbox series

[bug#59433] gnu: wlroots: Update to 0.16.0.

Message ID 8a97d9cd-85b9-eb8e-8808-dddf02ef70ad@disroot.org
State New
Headers show
Series [bug#59433] gnu: wlroots: Update to 0.16.0. | expand

Checks

Context Check Description
cbaines/applying patch fail
cbaines/issue success View issue
cbaines/applying patch fail
cbaines/issue success View issue
cbaines/applying patch fail
cbaines/issue success View issue
cbaines/applying patch fail
cbaines/issue success View issue

Commit Message

Adam Faiz Nov. 21, 2022, 5:51 a.m. UTC
From 41f5067efe97cbe3211605126361582c6f48c484 Mon Sep 17 00:00:00 2001
From: AwesomeAdam54321 <adam.faiz@disroot.org>
Date: Mon, 21 Nov 2022 13:27:46 +0800
Subject: [PATCH] gnu: wlroots: Update to 0.16.0.

* gnu/packages/wm.scm (wlroots): Update to 0.16.0.
The wlroots repository has moved: 
https://gitlab.freedesktop.org/wlroots/wlroots
---
  gnu/packages/wm.scm | 6 +++---
  1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Adam Faiz Nov. 21, 2022, 5:55 a.m. UTC | #1
On 11/21/22 13:51, Adam Faiz wrote:
> [PATCH] gnu: wlroots: Update to 0.16.0.
This patch depends on wayland being updated, so it'll probably wait 
until the next cycle.
Andreas Enge April 11, 2023, 11:43 a.m. UTC | #2
wlroots has been updated to 0.16.1 in core-updates by this commit:
   d646c2937b306108e7dabe6c47e70f311e8357a6
So I am closing this bug.

Dependent patches can be considered once core-updates is merged.

Andreas
diff mbox series

Patch

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 6bca36f432..c87a616ed9 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1537,16 +1537,16 @@  (define-public polybar
  (define-public wlroots
    (package
      (name "wlroots")
-    (version "0.14.1")
+    (version "0.16.0")
      (source
       (origin
         (method git-fetch)
         (uri (git-reference
-             (url "https://github.com/swaywm/wlroots")
+             (url "https://gitlab.freedesktop.org/wlroots/wlroots")
               (commit version)))
         (file-name (git-file-name name version))
         (sha256
-        (base32 "1sshp3lvlkl1i670kxhwsb4xzxl8raz6769kqvgmxzcb63ns9ay1"))))
+        (base32 "18rfr3wfm61dv9w8m4xjz4gzq2v3k5vx35ymbi1cggkgbk3lbc4k"))))
      (build-system meson-build-system)
      (arguments
       `(#:phases