guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#54243] [PATCH core-updates 4/5] gnu: wlroots: Update to 0.15.1


From: Yovan Naumovski
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@dismail.de>
 ;;; Copyright © 2021 Disseminate Dissent
<disseminatedissent@protonmail.com> ;;; Copyright © 2022 John Kehayias
<john.kehayias@protonmail.com> +;;; Copyright © 2022 Yovan Naumovski
<yovan@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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]