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 <john.kehayias@protonmail.com>
This commit is contained in:
Murilo 2025-07-22 13:58:51 -03:00 committed by John Kehayias
parent b2937e761b
commit fd853833ef
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -977,7 +977,7 @@ language used in Hyprland.")
(define-public hyprutils (define-public hyprutils
(package (package
(name "hyprutils") (name "hyprutils")
(version "0.7.1") (version "0.8.1")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -986,7 +986,7 @@ language used in Hyprland.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"04vn5vxzxixfbyrvhhgrj1b2m7yhndbnv1y78v0q0i9kpmnvvlav")))) "15iwcgm6v7y4cm8l9yh3aig31va5xifswm47bind90mac7srar0p"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
(list (list
@ -999,7 +999,7 @@ language used in Hyprland.")
(string-append (string-append
"set(PKG_CONFIG_EXECUTABLE " #$(pkg-config-for-target) ")\n" "set(PKG_CONFIG_EXECUTABLE " #$(pkg-config-for-target) ")\n"
all)))))))) all))))))))
(native-inputs (list gcc-14 pkg-config)) (native-inputs (list gcc-15 pkg-config))
(inputs (list pixman)) (inputs (list pixman))
(home-page "https://github.com/hyprwm/hyprutils") (home-page "https://github.com/hyprwm/hyprutils")
(synopsis "C++ library for utilities used across Hyprland ecosystem") (synopsis "C++ library for utilities used across Hyprland ecosystem")