1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: lunasvg: Update to 3.5.0.

* gnu/packages/cpp.scm (lunasvg): Update to 3.5.0.

Change-Id: I79ab9e796f5acfbc97ff833b02051f986a8a1543
Signed-off-by: Greg Hogan <code@greghogan.com>
This commit is contained in:
Martin Schitter
2025-11-06 11:31:45 +00:00
committed by Greg Hogan
parent a3decf1383
commit d4c9e46688

View File

@@ -587,7 +587,7 @@ operating system functions.")
(define-public lunasvg
(package
(name "lunasvg")
(version "3.2.1")
(version "3.5.0")
(source
(origin
(method git-fetch)
@@ -596,11 +596,11 @@ operating system functions.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "14ppk3k6sdbf3lwhv2gjqy32vwa7ck9jcj9xfk0fxwfqbvbp6608"))))
(base32 "1scmm1q35j3r87117p401fg3c1bx2nkiyvc2f3svvr2m2y9ihabr"))))
(build-system cmake-build-system)
(inputs (list plutovg))
(arguments
'(#:configure-flags '("-DBUILD_SHARED_LIBS=ON")
'(#:configure-flags '("-DBUILD_SHARED_LIBS=ON -DUSE_SYSTEM_PLUTOVG=ON")
#:tests? #f)) ;No tests.
(home-page "https://github.com/sammycage/lunasvg")
(synopsis "SVG rendering and manipulation library in C++")