gnu: wlr-randr: Update to 0.3.1.

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

Change-Id: I1b0d9ae20c9c4a249b3679431101edfa61e39d44
Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Timotej Lazar 2023-11-01 10:25:44 +01:00 committed by Christopher Baines
parent a4ec0c6ca0
commit 93b8d2e730
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577

View File

@ -1988,7 +1988,7 @@ core/thread.")
(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 @@ core/thread.")
(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))