diff options
author | Murilo <murilo@disroot.org> | 2025-07-22 13:57:11 -0300 |
---|---|---|
committer | John Kehayias <john.kehayias@protonmail.com> | 2025-07-23 12:56:26 -0400 |
commit | fe4a3050c0b829d2bd8c70efe60fa945ad21488f (patch) | |
tree | 91f5895fc41b228466c4bfeee09a064f26b923be /gnu/packages/cpp.scm | |
parent | fd853833ef44b174043b78626f33ff4f6af9164c (diff) |
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>
Diffstat (limited to 'gnu/packages/cpp.scm')
-rw-r--r-- | gnu/packages/cpp.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index 0037bfb0e1..6471a48da5 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -911,7 +911,7 @@ library for SIMD (Single Instruction, Multiple Data) with runtime dispatch.") (define-public hyprgraphics (package (name "hyprgraphics") - (version "0.1.3") + (version "0.1.5") (source (origin (method git-fetch) (uri (git-reference @@ -922,9 +922,9 @@ library for SIMD (Single Instruction, Multiple Data) with runtime dispatch.") (snippet #~(substitute* "CMakeLists.txt" (("libjxl_cms") ""))) (sha256 (base32 - "14yfb8vl1bbldlv12cg3dhd6z9bdaxvlz7kx671dqpi9m8j3kd56")))) + "0q7bpywn8ljsj3dymvv19cm7n0r51vg5hj1jsapdl5bwpwf7bf41")))) (build-system cmake-build-system) - (native-inputs (list gcc-14 pkg-config)) + (native-inputs (list gcc-15 pkg-config)) (arguments (list #:cmake cmake-next)) (inputs (list cairo hyprutils @@ -933,7 +933,7 @@ library for SIMD (Single Instruction, Multiple Data) with runtime dispatch.") libwebp pixman spng)) - (home-page "https://wiki.hyprland.org/Hypr-Ecosystem/hyprgraphics/") + (home-page "https://wiki.hypr.land/Hypr-Ecosystem/hyprgraphics/") (synopsis "Hyprland graphics/resource utilities") (description "Hyprgraphics is a small C++ library with graphics/resource related |