[bug#77671,1/2] gnu: hyprgraphics: Update to 0.1.3.

Message ID 20250409090523.15198-1-dziltener@lyrion.ch
State New
Headers
Series [bug#77671,1/2] gnu: hyprgraphics: Update to 0.1.3. |

Commit Message

Daniel Ziltener April 9, 2025, 9:04 a.m. UTC
  ---
 gnu/packages/cpp.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Comments

Andreas Enge April 10, 2025, 9:29 a.m. UTC | #1
Pushed after adapting the commit message to our GNU/Guix conventions.
Thanks!

Andreas
  

Patch

diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 980d2a35b5..e455e6cc19 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -881,7 +881,7 @@  (define-public google-highway
 (define-public hyprgraphics
   (package
     (name "hyprgraphics")
-    (version "0.1.2")
+    (version "0.1.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -892,7 +892,7 @@  (define-public hyprgraphics
               (snippet #~(substitute* "CMakeLists.txt" (("libjxl_cms") "")))
               (sha256
                (base32
-                "1ah29rrxhkds4wmw0n1id9ibg1xjqg3n54n40b0qas1y9jiqbbak"))))
+                "14yfb8vl1bbldlv12cg3dhd6z9bdaxvlz7kx671dqpi9m8j3kd56"))))
     (build-system cmake-build-system)
     (native-inputs (list gcc-14 pkg-config))
     (arguments (list #:cmake cmake-3.30))