From fd853833ef44b174043b78626f33ff4f6af9164c Mon Sep 17 00:00:00 2001 From: Murilo Date: Tue, 22 Jul 2025 13:58:51 -0300 Subject: [PATCH] gnu: hyprutils: Update to 0.8.1. * gnu/packages/cpp.scm (hyprutils): Update to 0.8.1. [native-inputs]: Change gcc-14 to gcc-15. Signed-off-by: John Kehayias --- gnu/packages/cpp.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index b6d7a427dec..0037bfb0e1d 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -977,7 +977,7 @@ language used in Hyprland.") (define-public hyprutils (package (name "hyprutils") - (version "0.7.1") + (version "0.8.1") (source (origin (method git-fetch) (uri (git-reference @@ -986,7 +986,7 @@ language used in Hyprland.") (file-name (git-file-name name version)) (sha256 (base32 - "04vn5vxzxixfbyrvhhgrj1b2m7yhndbnv1y78v0q0i9kpmnvvlav")))) + "15iwcgm6v7y4cm8l9yh3aig31va5xifswm47bind90mac7srar0p")))) (build-system cmake-build-system) (arguments (list @@ -999,7 +999,7 @@ language used in Hyprland.") (string-append "set(PKG_CONFIG_EXECUTABLE " #$(pkg-config-for-target) ")\n" all)))))))) - (native-inputs (list gcc-14 pkg-config)) + (native-inputs (list gcc-15 pkg-config)) (inputs (list pixman)) (home-page "https://github.com/hyprwm/hyprutils") (synopsis "C++ library for utilities used across Hyprland ecosystem")