unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#69856] [PATCH] gnu: wlr-randr: Update to 0.4.1.
@ 2024-03-17 14:12 Timotej Lazar
  2024-03-30 22:28 ` John Kehayias via Guix-patches via
  2024-03-30 22:28 ` bug#69856: " John Kehayias via Guix-patches via
  0 siblings, 2 replies; 3+ messages in thread
From: Timotej Lazar @ 2024-03-17 14:12 UTC (permalink / raw)
  To: 69856; +Cc: Timotej Lazar

* 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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#69856] [PATCH] gnu: wlr-randr: Update to 0.4.1.
  2024-03-17 14:12 [bug#69856] [PATCH] gnu: wlr-randr: Update to 0.4.1 Timotej Lazar
@ 2024-03-30 22:28 ` John Kehayias via Guix-patches via
  2024-03-30 22:28 ` bug#69856: " John Kehayias via Guix-patches via
  1 sibling, 0 replies; 3+ messages in thread
From: John Kehayias via Guix-patches via @ 2024-03-30 22:28 UTC (permalink / raw)
  To: Timotej Lazar; +Cc: 69856

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





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#69856: [PATCH] gnu: wlr-randr: Update to 0.4.1.
  2024-03-17 14:12 [bug#69856] [PATCH] gnu: wlr-randr: Update to 0.4.1 Timotej Lazar
  2024-03-30 22:28 ` John Kehayias via Guix-patches via
@ 2024-03-30 22:28 ` John Kehayias via Guix-patches via
  1 sibling, 0 replies; 3+ messages in thread
From: John Kehayias via Guix-patches via @ 2024-03-30 22:28 UTC (permalink / raw)
  To: Timotej Lazar; +Cc: 69856-done

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





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-03-30 22:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-17 14:12 [bug#69856] [PATCH] gnu: wlr-randr: Update to 0.4.1 Timotej Lazar
2024-03-30 22:28 ` John Kehayias via Guix-patches via
2024-03-30 22:28 ` bug#69856: " John Kehayias via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).