diff options
| author | Murilo <murilo@disroot.org> | 2025-12-30 13:20:14 -0300 |
|---|---|---|
| committer | John Kehayias <john@guixotic.coop> | 2026-01-14 15:04:35 -0500 |
| commit | 094ab0b8b4de07a4ee5934134e55f5b91107510e (patch) | |
| tree | e01085ea3088d80369705b061e983a8f58222b82 /gnu/packages | |
| parent | 0c4cbfe0c47627919f78fa390024888740889135 (diff) | |
gnu: hyprutils: Update to 0.11.0.
* gnu/packages/cpp.scm (hyprutils): Update to 0.11.0.
Change-Id: I3d99d410ab175f07331743f6b2724c3e9d5c1500
Signed-off-by: John Kehayias <john@guixotic.coop>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/cpp.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index 691661330a0..f60039a9c32 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -1019,7 +1019,7 @@ language used in Hyprland.") (define-public hyprutils (package (name "hyprutils") - (version "0.10.4") + (version "0.11.0") (source (origin (method git-fetch) (uri (git-reference @@ -1028,7 +1028,7 @@ language used in Hyprland.") (file-name (git-file-name name version)) (sha256 (base32 - "08b65pssaci780rgb5qgqc61zvbxmb9qda4gb58j8nh9yi3ya0jx")))) + "1ymiqzncppdik8lw3ad7xaqig6c7bjcy7crcwbq3rjfk2hrc8rmc")))) (build-system cmake-build-system) (arguments (list |
