diff options
| author | John Kehayias <john@guixotic.coop> | 2026-04-03 16:12:55 -0400 |
|---|---|---|
| committer | John Kehayias <john@guixotic.coop> | 2026-04-03 16:12:55 -0400 |
| commit | e0c2faf7160df763b4c5363ac35456305854b091 (patch) | |
| tree | ee5952dcd64af6a1b63cd5135213e00ec1f9c8d7 /gnu | |
| parent | 077ac250059cce8222fbe2973eb7c4b58afbbca0 (diff) | |
gnu: hyprland: Update to 0.54.3.
* gnu/packages/wm.scm (hyprland): Update to 0.54.3.
Change-Id: I247365ad4ebf32134c92f60a1ebb3c0e63223ac8
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/wm.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 9d60b8fc631..71dc5fac877 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -518,7 +518,7 @@ loginctl commands (lock/unlock/before-sleep) and inhibit.") (define-public hyprland (package (name "hyprland") - (version "0.54.2") + (version "0.54.3") (source (origin (method url-fetch) (uri (string-append "https://github.com/hyprwm/Hyprland" @@ -535,7 +535,7 @@ loginctl commands (lock/unlock/before-sleep) and inhibit.") "subprojects")))) (sha256 (base32 - "06zxx8i92n5pyyl472s3kbb6m7czg72klh6cs80jz6yhdbw9qgbj")))) + "1vk39k04x210zdlrszs465cwkbf6j3b3ddldk9gzffpjls8s281w")))) (build-system cmake-build-system) (arguments (list #:tests? #f ;No tests. |
