gnu: wlr-randr: Update to 0.4.0.

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

Change-Id: I3a04bf965c4ec098268c9ac4a1328c6ca575cf9e
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Timotej Lazar 2024-01-28 10:50:47 +01:00 committed by Sharlatan Hellseher
parent f4b90759ca
commit e8744cbb0a
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -66,6 +66,7 @@
;;; Copyright © 2023 Nicolas Graves <ngraves@ngraves.fr>
;;; Copyright © 2023 Jaeme Sifat <jaeme@runbox.com>
;;; Copyright © 2023 Josselin Poiret <dev@jpoiret.xyz>
;;; Copyright © 2024 Timotej Lazar <timotej.lazar@araneo.si>
;;;
;;; This file is part of GNU Guix.
;;;
@ -2047,7 +2048,7 @@ (define-public waybar-experimental
(define-public wlr-randr
(package
(name "wlr-randr")
(version "0.3.1")
(version "0.4.0")
(source
(origin
(method git-fetch)
@ -2056,7 +2057,7 @@ (define-public wlr-randr
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "13mya6j5z7cwg2a973y28ya8w36kxhj0fgj8bk9z6yf2w0ryr5xv"))))
(base32 "1f3dc2i6c1rn2adfcnqmh10570ps335188zllg66sv1d0l8mggry"))))
(build-system meson-build-system)
(inputs (list wayland))
(native-inputs (list pkg-config))