guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 7c0d9f6a2c197e1959e9bcd1fec53e548c0f4adc
Author: Murilo <[email protected]>
AuthorDate: Tue Dec 30 13:20:14 2025 -0300
gnu: hyprgraphics: Update to 0.5.0.
* gnu/packages/cpp.scm (hyprgraphics): Update to 0.5.0.
Change-Id: I8c51bf2ce678aa8f4ce8d3d4152acc2292b9dede
Signed-off-by: John Kehayias <[email protected]>
---
gnu/packages/cpp.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index e44a1c4652..368b7ae381 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.4.0")
+ (version "0.5.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
- "1jii9l9qbksp6x1vwbm84a985hy9q9xcpl703bliprd5rkpi6w96"))))
+ "1l8yfnv1vs6iqnh7r73yyfkbl8l61mqpmpyhri65sqwvplkgw41i"))))
(build-system cmake-build-system)
(native-inputs (list gcc-15 pkg-config))
(inputs (list cairo