1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 11:30:44 +02:00

gnu: hyprland: Update to 0.45.2.

* gnu/packages/wm.scm (hyprland): Update to 0.45.2.

Change-Id: Ib93355a3381316fa8c1f5eddf61a01c80b21ebd7
This commit is contained in:
John Kehayias 2024-12-08 11:25:07 -05:00
parent 731fa9f96a
commit 17d86ac9df
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -322,7 +322,7 @@ or musca).
(define-public hyprland
(package
(name "hyprland")
(version "0.44.1")
(version "0.45.2")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/hyprwm/Hyprland"
@ -339,7 +339,7 @@ or musca).
"subprojects"))))
(sha256
(base32
"0qzwdlj0bwj267285l3gjklhafn3bln90z985yws4j5cbp7bj0d9"))))
"1jqnly8h72v20fsz1075ib7gl7272g5svqw7qpqhx6243w1320np"))))
(build-system cmake-build-system)
(arguments
(list #:cmake cmake-3.30