rosenthal: hyprland: Update to 0.29.1.

* rosenthal/packages/wm.scm (hyprland): Update to 0.29.1.
This commit is contained in:
Hilton Chain 2023-09-09 09:16:56 +08:00
parent 5f5fa3d81d
commit 58ad8f96b6
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292

View File

@ -152,7 +152,7 @@ (define hyprland-unbundle-wlroots-patch
(define-public hyprland
(package
(name "hyprland")
(version "0.29.0")
(version "0.29.1")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/hyprwm/Hyprland"
@ -163,7 +163,7 @@ (define-public hyprland
(patches (list hyprland-unbundle-wlroots-patch))
(sha256
(base32
"0w4lx8ixdv4pi67kavs3r3d4zykmhn4pigch6dwqidgxsf382j9a"))))
"1l2r93rwz35a2wqaqyhp02j7qclh40s2m22q8ighhrklq4cvmwss"))))
(build-system meson-build-system)
(arguments
(list #:build-type "release"