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:
parent
731fa9f96a
commit
17d86ac9df
1 changed files with 2 additions and 2 deletions
|
@ -322,7 +322,7 @@ or musca).
|
||||||
(define-public hyprland
|
(define-public hyprland
|
||||||
(package
|
(package
|
||||||
(name "hyprland")
|
(name "hyprland")
|
||||||
(version "0.44.1")
|
(version "0.45.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/hyprwm/Hyprland"
|
(uri (string-append "https://github.com/hyprwm/Hyprland"
|
||||||
|
@ -339,7 +339,7 @@ or musca).
|
||||||
"subprojects"))))
|
"subprojects"))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0qzwdlj0bwj267285l3gjklhafn3bln90z985yws4j5cbp7bj0d9"))))
|
"1jqnly8h72v20fsz1075ib7gl7272g5svqw7qpqhx6243w1320np"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:cmake cmake-3.30
|
(list #:cmake cmake-3.30
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue