diff options
author | John Kehayias <[email protected]> | 2025-01-27 13:14:17 -0500 |
---|---|---|
committer | John Kehayias <[email protected]> | 2025-01-27 15:21:25 -0500 |
commit | d5fb67472c583199d9d374eeca903faa6defce78 (patch) | |
tree | b119ecb007f35d8a63df9769e332105794fb0d0b | |
parent | fa1b8bcbe391eee91b25435e772f2f0d0d2f6f1a (diff) |
gnu: hyprutils: Update to 0.5.0.
* gnu/packages/cpp.scm (hyprutils): Update to 0.5.0.
Change-Id: I82c97dea51298ff92a95489d9a1981ac8e5d46a3
-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 5e6dce637d..c8199af9ce 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -738,7 +738,7 @@ language used in Hyprland.") (define-public hyprutils (package (name "hyprutils") - (version "0.2.6") + (version "0.5.0") (source (origin (method git-fetch) (uri (git-reference @@ -747,7 +747,7 @@ language used in Hyprland.") (file-name (git-file-name name version)) (sha256 (base32 - "0scrfky9hkzhbyj5aji6qvi4b6ydf4g7sk0cknkpd7dg0zv8x5zq")))) + "1w6967kid21zczxsvwfls8ql65gnc6fr4sx856viw9l4f3855wad")))) (build-system cmake-build-system) (arguments (list |