From 0eacf52837f184237536c8fa704d3ab1175901d0 Mon Sep 17 00:00:00 2001 From: Petr Hodina Date: Wed, 26 Jan 2022 18:09:58 +0100 Subject: gnu: wlroots: Update to 0.15.1. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/wm.scm (wlroots): Update to 0.15.1. [source]: Update url link to 'https://gitlab.freedesktop.org/wlroots/wlroots' due to original link pointing now to archived repo. Signed-off-by: Ludovic Courtès --- gnu/packages/wm.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 0dd329bcca..7424fb83d0 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -45,7 +45,7 @@ ;;; Copyright © 2021 Sharlatan Hellseher ;;; Copyright © 2021 qblade ;;; Copyright © 2021 lasnesne -;;; Copyright © 2021 Petr Hodina +;;; Copyright © 2021, 2022 Petr Hodina ;;; Copyright © 2021 jgart ;;; Copyright © 2021 Disseminate Dissent ;;; Copyright © 2022 John Kehayias @@ -1509,16 +1509,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 -- cgit v1.2.3