gnu: hyprgraphics: Update to 0.1.2.

* gnu/packages/cpp.scm (hyprgraphics): Update to 0.1.2.
[inputs]: Add spng.

Change-Id: I96485190b025e29c9f7f8cd3efd8a04c44f63543
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
This commit is contained in:
Murilo 2025-02-05 09:10:19 -03:00 committed by John Kehayias
parent 5057da6b39
commit 0cf8d9beed
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -673,7 +673,7 @@ library for SIMD (Single Instruction, Multiple Data) with runtime dispatch.")
(define-public hyprgraphics
(package
(name "hyprgraphics")
(version "0.1.1")
(version "0.1.2")
(source (origin
(method git-fetch)
(uri (git-reference
@ -684,7 +684,7 @@ library for SIMD (Single Instruction, Multiple Data) with runtime dispatch.")
(snippet #~(substitute* "CMakeLists.txt" (("libjxl_cms") "")))
(sha256
(base32
"19vk1c1hli5921ai3ik6pbyixih7fhn1010injxi8dpjak6cjlhl"))))
"1ah29rrxhkds4wmw0n1id9ibg1xjqg3n54n40b0qas1y9jiqbbak"))))
(build-system cmake-build-system)
(native-inputs (list gcc-14 pkg-config))
(arguments (list #:cmake cmake-3.30))
@ -693,7 +693,8 @@ library for SIMD (Single Instruction, Multiple Data) with runtime dispatch.")
libjpeg-turbo
libjxl
libwebp
pixman))
pixman
spng))
(home-page "https://wiki.hyprland.org/Hypr-Ecosystem/hyprgraphics/")
(synopsis "Hyprland graphics/resource utilities")
(description