guix-patches
[Top][All Lists]
Advanced

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

bug#67746: (no subject)


From: John Kehayias
Subject: bug#67746: (no subject)
Date: Tue, 20 Feb 2024 02:10:24 +0000

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@lyrion.ch wrote:

>>From 0edcb77d258b3f27af57ede4231f1811cf07eec2 Mon Sep 17 00:00:00 2001
> From: Daniel Ziltener <dziltener@lyrion.ch>
> Date: Sun, 10 Dec 2023 11:44:16 +0100
> Subject: [PATCH] gnu: wlroots: update to 0.17.0.
> To: guix-patches@gnu.org
> Cc: dziltener@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






reply via email to

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