GNU bug report logs - #69856
[PATCH] gnu: wlr-randr: Update to 0.4.1.

Previous Next

Package: guix-patches;

Reported by: Timotej Lazar <timotej.lazar <at> araneo.si>

Date: Sun, 17 Mar 2024 14:14:02 UTC

Severity: normal

Tags: patch

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: John Kehayias <john.kehayias <at> protonmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#69856: closed ([PATCH] gnu: wlr-randr: Update to 0.4.1.)
Date: Sat, 30 Mar 2024 22:29:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sat, 30 Mar 2024 22:28:28 +0000
with message-id <87il13mk1j.fsf <at> protonmail.com>
and subject line Re: [bug#69856] [PATCH] gnu: wlr-randr: Update to 0.4.1.
has caused the debbugs.gnu.org bug report #69856,
regarding [PATCH] gnu: wlr-randr: Update to 0.4.1.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
69856: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69856
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Timotej Lazar <timotej.lazar <at> araneo.si>
To: guix-patches <at> gnu.org
Cc: Timotej Lazar <timotej.lazar <at> araneo.si>
Subject: [PATCH] gnu: wlr-randr: Update to 0.4.1.
Date: Sun, 17 Mar 2024 15:12:53 +0100
* gnu/packages/wm.scm (wlr-randr): Update to 0.4.1.

Change-Id: I95732334df46f4cf524ca32de531e36ac3fd8657
---
 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 efcca9afb8..a2e43a632f 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -2160,7 +2160,7 @@ (define-public waybar-experimental
 (define-public wlr-randr
   (package
     (name "wlr-randr")
-    (version "0.4.0")
+    (version "0.4.1")
     (source
      (origin
        (method git-fetch)
@@ -2169,7 +2169,7 @@ (define-public wlr-randr
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1f3dc2i6c1rn2adfcnqmh10570ps335188zllg66sv1d0l8mggry"))))
+        (base32 "1kl5awwclmlfcxfz0jp8gzpg2vffsl9chfilysfsv1mq11a96ifs"))))
     (build-system meson-build-system)
     (inputs (list wayland))
     (native-inputs (list pkg-config))

base-commit: 43d827a97004a60304cf34d37a3f0a8aeb8294f7
-- 
2.41.0



[Message part 3 (message/rfc822, inline)]
From: John Kehayias <john.kehayias <at> protonmail.com>
To: Timotej Lazar <timotej.lazar <at> araneo.si>
Cc: 69856-done <at> debbugs.gnu.org
Subject: Re: [bug#69856] [PATCH] gnu: wlr-randr: Update to 0.4.1.
Date: Sat, 30 Mar 2024 22:28:28 +0000
On Sun, Mar 17, 2024 at 03:12 PM, Timotej Lazar wrote:

> * gnu/packages/wm.scm (wlr-randr): Update to 0.4.1.
>
> Change-Id: I95732334df46f4cf524ca32de531e36ac3fd8657
> ---
>  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 efcca9afb8..a2e43a632f 100644
> --- a/gnu/packages/wm.scm
> +++ b/gnu/packages/wm.scm
> @@ -2160,7 +2160,7 @@ (define-public waybar-experimental
>  (define-public wlr-randr
>    (package
>      (name "wlr-randr")
> -    (version "0.4.0")
> +    (version "0.4.1")
>      (source
>       (origin
>         (method git-fetch)
> @@ -2169,7 +2169,7 @@ (define-public wlr-randr
>               (commit (string-append "v" version))))
>         (file-name (git-file-name name version))
>         (sha256
> -        (base32 "1f3dc2i6c1rn2adfcnqmh10570ps335188zllg66sv1d0l8mggry"))))
> +        (base32 "1kl5awwclmlfcxfz0jp8gzpg2vffsl9chfilysfsv1mq11a96ifs"))))
>      (build-system meson-build-system)
>      (inputs (list wayland))
>      (native-inputs (list pkg-config))
>
> base-commit: 43d827a97004a60304cf34d37a3f0a8aeb8294f7

Thanks! Pushed as 251c0f31f4cc066504bab9eae2d9493a59bcfabc

John



This bug report was last modified 1 year and 47 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.