GNU bug report logs - #54243
[PATCH core-updates 0/5] sway: Update to 1.7

Previous Next

Package: guix-patches;

Reported by: Yovan Naumovski <yovan <at> gorski.stream>

Date: Fri, 4 Mar 2022 09:57:01 UTC

Severity: normal

Tags: patch

Done: Maxime Devos <maximedevos <at> telenet.be>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Yovan Naumovski <yovan <at> gorski.stream>
To: 54243 <at> debbugs.gnu.org
Subject: [bug#54243] [PATCH core-updates 4/5] gnu: wlroots: Update to 0.15.1
Date: Fri, 4 Mar 2022 12:08:21 +0200
---
 gnu/packages/wm.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 9549b073cf..6eabd2e2c0 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -49,6 +49,7 @@
 ;;; Copyright © 2021 jgart <jgart <at> dismail.de>
 ;;; Copyright © 2021 Disseminate Dissent
<disseminatedissent <at> protonmail.com> ;;; Copyright © 2022 John Kehayias
<john.kehayias <at> protonmail.com> +;;; Copyright © 2022 Yovan Naumovski
<yovan <at> gorski.stream> ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1529,16 +1530,16 @@ (define-public polybar
 (define-public wlroots
   (package
     (name "wlroots")
-    (version "0.14.1")
+    (version "0.15.1")
     (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
"00s73nhi3sc48l426jdlqwpclg41kx1hv0yk4yxhbzw19gqpfm1h"))))
(build-system meson-build-system) (arguments
      `(#:phases
-- 
2.34.0




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

Previous Next


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