gnu: wlr-randr: Update to 0.2.0.

* gnu/packages/wm.scm (wrl-randr): Update to 0.2.0.

Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
kiasoc5 2021-12-28 16:12:50 -05:00 committed by Leo Famulari
parent 0e4a23098a
commit 3381e2d3ed
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -1720,20 +1720,20 @@ (define-public waybar
(define-public wlr-randr
(package
(name "wlr-randr")
(version "0.1.0")
(version "0.2.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/emersion/wlr-randr")
(url "https://git.sr.ht/~emersion/wlr-randr")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "10c8zzp78s5bw34vvjhilipa28bsdx3jbyhnxgp8f8kawh3cvgsc"))))
(base32 "0d44r4schknfc3g09y0kjbhl62zkynv6hi1z4zqc9ic5fhav3r15"))))
(build-system meson-build-system)
(inputs (list wayland))
(native-inputs (list pkg-config))
(home-page "https://github.com/emersion/wlr-randr")
(home-page "https://sr.ht/~emersion/wlr-randr")
(synopsis "Utility to manage Wayland compositor outputs")
(description "wlr-randr is a utility to manage outputs of a Wayland compositor.")
(license license:expat))) ; MIT license