gnu: hyprgraphics: Update to 0.1.5.

* gnu/packages/cpp.scm (hyprgraphics): Update to 0.1.5.
[native-inputs]: Change gcc-14 to gcc-15.
[home-page]: Update to new URL.

Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
This commit is contained in:
Murilo 2025-07-22 13:57:11 -03:00 committed by John Kehayias
parent fd853833ef
commit fe4a3050c0
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -911,7 +911,7 @@ library for SIMD (Single Instruction, Multiple Data) with runtime dispatch.")
(define-public hyprgraphics (define-public hyprgraphics
(package (package
(name "hyprgraphics") (name "hyprgraphics")
(version "0.1.3") (version "0.1.5")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -922,9 +922,9 @@ library for SIMD (Single Instruction, Multiple Data) with runtime dispatch.")
(snippet #~(substitute* "CMakeLists.txt" (("libjxl_cms") ""))) (snippet #~(substitute* "CMakeLists.txt" (("libjxl_cms") "")))
(sha256 (sha256
(base32 (base32
"14yfb8vl1bbldlv12cg3dhd6z9bdaxvlz7kx671dqpi9m8j3kd56")))) "0q7bpywn8ljsj3dymvv19cm7n0r51vg5hj1jsapdl5bwpwf7bf41"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (list gcc-14 pkg-config)) (native-inputs (list gcc-15 pkg-config))
(arguments (list #:cmake cmake-next)) (arguments (list #:cmake cmake-next))
(inputs (list cairo (inputs (list cairo
hyprutils hyprutils
@ -933,7 +933,7 @@ library for SIMD (Single Instruction, Multiple Data) with runtime dispatch.")
libwebp libwebp
pixman pixman
spng)) spng))
(home-page "https://wiki.hyprland.org/Hypr-Ecosystem/hyprgraphics/") (home-page "https://wiki.hypr.land/Hypr-Ecosystem/hyprgraphics/")
(synopsis "Hyprland graphics/resource utilities") (synopsis "Hyprland graphics/resource utilities")
(description (description
"Hyprgraphics is a small C++ library with graphics/resource related "Hyprgraphics is a small C++ library with graphics/resource related