diff options
| author | Murilo <murilo@disroot.org> | 2025-02-05 09:10:19 -0300 |
|---|---|---|
| committer | John Kehayias <john.kehayias@protonmail.com> | 2025-02-06 19:55:18 -0500 |
| commit | 0cf8d9beed4f694ac3d4e65916fbbe6b58e6a045 (patch) | |
| tree | a44d98d5a84405f5ac0afc45db275c98b38b7a18 | |
| parent | 5057da6b398ec9d25aff1af769c3054af102f683 (diff) | |
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>
| -rw-r--r-- | gnu/packages/cpp.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index 3e6da27fc5a..c6c63d3ffcc 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -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 |
