diff options
| author | Martin Schitter <ms@mur.at> | 2025-11-06 11:31:45 +0000 |
|---|---|---|
| committer | Greg Hogan <code@greghogan.com> | 2025-11-10 19:10:39 +0000 |
| commit | d4c9e4668809a1559fea8b897dd773da784aa123 (patch) | |
| tree | 7a7a4d093820bbff5e85908723414a718c2698ef /gnu/packages/cpp.scm | |
| parent | a3decf1383c59ca9c6f8b12ba394b3742a206ea7 (diff) | |
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>
Diffstat (limited to 'gnu/packages/cpp.scm')
| -rw-r--r-- | gnu/packages/cpp.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index 72979731b3c..5504147815b 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -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++") |
