me
/
guix
Archived
1
0
Fork 0

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
kiasoc5 2023-04-12 23:00:32 -04:00 committed by Nicolas Goaziou
parent 87e37ac723
commit c3f51e1599
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -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))