all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#66873] [PATCH] gnu: wlr-randr: Update to 0.3.1.
@ 2023-11-01  9:25 Timotej Lazar
  2023-11-03 10:23 ` Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Timotej Lazar @ 2023-11-01  9:25 UTC (permalink / raw)
  To: 66873; +Cc: Timotej Lazar

* gnu/packages/wm.scm (wlr-randr): Update to 0.3.1.

Change-Id: I1b0d9ae20c9c4a249b3679431101edfa61e39d44
---
 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 f3997ad171..c3a6b31c84 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1988,7 +1988,7 @@ (define-public waybar-experimental
 (define-public wlr-randr
   (package
     (name "wlr-randr")
-    (version "0.3.0")
+    (version "0.3.1")
     (source
      (origin
        (method git-fetch)
@@ -1997,7 +1997,7 @@ (define-public wlr-randr
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0cj24fb6s7n8nphvhrp8ldrivjdcrjw64i5v9rsfb6z80q4qg548"))))
+        (base32 "13mya6j5z7cwg2a973y28ya8w36kxhj0fgj8bk9z6yf2w0ryr5xv"))))
     (build-system meson-build-system)
     (inputs (list wayland))
     (native-inputs (list pkg-config))
-- 
2.41.0





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

* [bug#66873] [PATCH] gnu: wlr-randr: Update to 0.3.1.
  2023-11-01  9:25 [bug#66873] [PATCH] gnu: wlr-randr: Update to 0.3.1 Timotej Lazar
@ 2023-11-03 10:23 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-11-03 10:23 UTC (permalink / raw)
  To: Timotej Lazar; +Cc: 66873, 66873-done

[-- Attachment #1: Type: text/plain, Size: 352 bytes --]


Timotej Lazar <timotej.lazar@araneo.si> writes:

> * gnu/packages/wm.scm (wlr-randr): Update to 0.3.1.
>
> Change-Id: I1b0d9ae20c9c4a249b3679431101edfa61e39d44
> ---
>  gnu/packages/wm.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks for the patch! I've pushed this to master as
93b8d2e7304c330bad12e69d92b62311819848c1.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

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

end of thread, other threads:[~2023-11-03 10:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-01  9:25 [bug#66873] [PATCH] gnu: wlr-randr: Update to 0.3.1 Timotej Lazar
2023-11-03 10:23 ` Christopher Baines

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.