mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +01:00
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:
parent
0e4a23098a
commit
3381e2d3ed
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue