diff options
| author | Murilo <murilo@disroot.org> | 2025-11-09 11:07:33 -0300 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-11-30 22:45:34 +0100 |
| commit | ecb3a862f1f1a336e91c40559db760d16a6bd22d (patch) | |
| tree | 2d0ca6e3e490e4d00802fcd3662b1fc9f18909ff /gnu/packages/cpp.scm | |
| parent | 0d306cec3756c38e73578d15ca0a9f05d86766bd (diff) | |
gnu: hyprgraphics: Update to 0.4.0.
* gnu/packages/cpp.scm (hyprgraphics): Update to 0.4.0.
Change-Id: Ic15d4adb2a7d91e6de97b38526d458910f447003
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu/packages/cpp.scm')
| -rw-r--r-- | gnu/packages/cpp.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index c77386a4cf1..361645ffccf 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -947,7 +947,7 @@ library for SIMD (Single Instruction, Multiple Data) with runtime dispatch.") (define-public hyprgraphics (package (name "hyprgraphics") - (version "0.2.0") + (version "0.4.0") (source (origin (method git-fetch) (uri (git-reference @@ -958,7 +958,7 @@ library for SIMD (Single Instruction, Multiple Data) with runtime dispatch.") (snippet #~(substitute* "CMakeLists.txt" (("libjxl_cms") ""))) (sha256 (base32 - "1xr2pbawwnnwjwzkgsy9s4wq1j85x4qhj3m4s2pwb9wp6g69da2g")))) + "1jii9l9qbksp6x1vwbm84a985hy9q9xcpl703bliprd5rkpi6w96")))) (build-system cmake-build-system) (native-inputs (list gcc-15 pkg-config)) (inputs (list cairo |
