GNU bug report logs -
#67746
(no subject)
Previous Next
Reported by: dziltener <at> lyrion.ch
Date: Sun, 10 Dec 2023 10:45:02 UTC
Severity: normal
Done: John Kehayias <john.kehayias <at> protonmail.com>
Bug is archived. No further changes may be made.
Full log
Message #12 received at 67746-done <at> debbugs.gnu.org (full text, mbox):
Closing in favor of <https://issues.guix.gnu.org/68146> which also
includes keeping the older wlroots for packages which aren't using 0.17
yet (though to be investigated; to finish review and push soon is my
plan).
Thanks for the patch, sorry for the delay!
On Sun, Dec 10, 2023 at 05:44 AM, dziltener <at> lyrion.ch wrote:
>>From 0edcb77d258b3f27af57ede4231f1811cf07eec2 Mon Sep 17 00:00:00 2001
> From: Daniel Ziltener <dziltener <at> lyrion.ch>
> Date: Sun, 10 Dec 2023 11:44:16 +0100
> Subject: [PATCH] gnu: wlroots: update to 0.17.0.
> To: guix-patches <at> gnu.org
> Cc: dziltener <at> lyrion.ch
>
> ---
> gnu/packages/wm.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
> index 82ef67a2e4..317f72928b 100644
> --- a/gnu/packages/wm.scm
> +++ b/gnu/packages/wm.scm
> @@ -1674,7 +1674,7 @@ (define-public polybar
> (define-public wlroots
> (package
> (name "wlroots")
> - (version "0.16.2")
> + (version "0.17.0")
> (source
> (origin
> (method git-fetch)
> @@ -1683,7 +1683,7 @@ (define-public wlroots
> (commit version)))
> (file-name (git-file-name name version))
> (sha256
> - (base32 "1m12nv6avgnz626h3giqp6gcx44w1wq6z0jy780mx8z255ic7q15"))))
> + (base32 "11vb6xjvsjz7j2jkx00ygjp5xi63ni8ydd8wf3s0200ldr4ffjjm"))))
> (build-system meson-build-system)
> (arguments
> `(#:phases
This bug report was last modified 1 year and 93 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.