[bug#77671,1/2] gnu: hyprgraphics: Update to 0.1.3.
Commit Message
---
gnu/packages/cpp.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Comments
Pushed after adapting the commit message to our GNU/Guix conventions.
Thanks!
Andreas
@@ -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))