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>master
parent
fb966899db
commit
251c0f31f4
|
@ -2197,7 +2197,7 @@ core/thread.")
|
||||||
(define-public wlr-randr
|
(define-public wlr-randr
|
||||||
(package
|
(package
|
||||||
(name "wlr-randr")
|
(name "wlr-randr")
|
||||||
(version "0.4.0")
|
(version "0.4.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2206,7 +2206,7 @@ core/thread.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1f3dc2i6c1rn2adfcnqmh10570ps335188zllg66sv1d0l8mggry"))))
|
(base32 "1kl5awwclmlfcxfz0jp8gzpg2vffsl9chfilysfsv1mq11a96ifs"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(inputs (list wayland))
|
(inputs (list wayland))
|
||||||
(native-inputs (list pkg-config))
|
(native-inputs (list pkg-config))
|
||||||
|
|
Reference in New Issue