guix_mirror_bot pushed a commit to branch master
in repository guix.

commit fe4a3050c0b829d2bd8c70efe60fa945ad21488f
Author: Murilo <[email protected]>
AuthorDate: Tue Jul 22 13:57:11 2025 -0300

    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 <[email protected]>
---
 gnu/packages/cpp.scm | 8 ++++----
 1 file 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

Reply via email to