1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 02:50:45 +02:00

gnu: hyprgraphics: Update to 0.1.3.

* gnu/packages/cpp.scm (hyprgraphics): Update to 0.1.3.

Change-Id: I79eb9316f8e1ce0b5bd3627d4d997d7892c906fa
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Daniel Ziltener 2025-04-09 11:04:52 +02:00 committed by Andreas Enge
parent 2934de1447
commit fb4035ef43
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -881,7 +881,7 @@ library for SIMD (Single Instruction, Multiple Data) with runtime dispatch.")
(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 @@ library for SIMD (Single Instruction, Multiple Data) with runtime dispatch.")
(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))