all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Adam Faiz via Guix-patches via <guix-patches@gnu.org>
To: 59433@debbugs.gnu.org
Subject: [bug#59433] [PATCH] gnu: wlroots: Update to 0.16.0.
Date: Mon, 21 Nov 2022 13:51:28 +0800	[thread overview]
Message-ID: <8a97d9cd-85b9-eb8e-8808-dddf02ef70ad@disroot.org> (raw)

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

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




             reply	other threads:[~2022-11-21  5:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-21  5:51 Adam Faiz via Guix-patches via [this message]
2022-11-21  5:55 ` [bug#59433] [PATCH] gnu: wlroots: Update to 0.16.0 Adam Faiz via Guix-patches via
2023-04-11 11:43 ` bug#59433: Close Andreas Enge

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=8a97d9cd-85b9-eb8e-8808-dddf02ef70ad@disroot.org \
    --to=guix-patches@gnu.org \
    --cc=59433@debbugs.gnu.org \
    --cc=adam.faiz@disroot.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.