GNU bug report logs - #67746
(no subject)

Previous Next

Package: guix-patches;

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


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: dziltener <at> lyrion.ch
Subject: bug#67746: closed (Re: bug#67746: (no subject))
Date: Tue, 20 Feb 2024 02:12:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#67746: (no subject)

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 67746 <at> debbugs.gnu.org.

-- 
67746: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67746
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: John Kehayias <john.kehayias <at> protonmail.com>
To: dziltener <at> lyrion.ch
Cc: 67746-done <at> debbugs.gnu.org
Subject: Re: 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 <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


[Message part 3 (message/rfc822, inline)]
From: dziltener <at> lyrion.ch
Date: Sun, 10 Dec 2023 05:44:38 -0500
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
-- 
2.43.0




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.