gnu: wlr-randr: Update to 0.4.1.

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

Change-Id: I95732334df46f4cf524ca32de531e36ac3fd8657
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
This commit is contained in:
Timotej Lazar 2024-03-17 15:12:53 +01:00 committed by John Kehayias
parent fb966899db
commit 251c0f31f4
No known key found for this signature in database
GPG Key ID: 499097AE5EA815D9
1 changed files with 2 additions and 2 deletions

View File

@ -2197,7 +2197,7 @@ core/thread.")
(define-public wlr-randr
(package
(name "wlr-randr")
(version "0.4.0")
(version "0.4.1")
(source
(origin
(method git-fetch)
@ -2206,7 +2206,7 @@ core/thread.")
(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))