~ruther/guix-local

fb4035ef43b8cfaa8a57205471329930179e7b8c — Daniel Ziltener 1 year, 2 months ago 2934de1
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>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/cpp.scm
M gnu/packages/cpp.scm => gnu/packages/cpp.scm +2 -2
@@ 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))