gnu: wlr-randr: Update to 0.3.0.
* gnu/packages/wm.scm (wlr-randr): Update to 0.3.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>master
parent
87e37ac723
commit
c3f51e1599
|
@ -1872,7 +1872,7 @@ core/thread.")
|
|||
(define-public wlr-randr
|
||||
(package
|
||||
(name "wlr-randr")
|
||||
(version "0.2.0")
|
||||
(version "0.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1881,7 +1881,7 @@ core/thread.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0d44r4schknfc3g09y0kjbhl62zkynv6hi1z4zqc9ic5fhav3r15"))))
|
||||
(base32 "0cj24fb6s7n8nphvhrp8ldrivjdcrjw64i5v9rsfb6z80q4qg548"))))
|
||||
(build-system meson-build-system)
|
||||
(inputs (list wayland))
|
||||
(native-inputs (list pkg-config))
|
||||
|
|
Reference in New Issue