guix_mirror_bot pushed a commit to branch master
in repository guix.

commit ecb3a862f1f1a336e91c40559db760d16a6bd22d
Author: Murilo <[email protected]>
AuthorDate: Sun Nov 9 11:07:33 2025 -0300

    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 <[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 c77386a4cf..361645ffcc 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

Reply via email to