~ruther/guix-local

d4c9e4668809a1559fea8b897dd773da784aa123 — Martin Schitter 3 months ago a3decf1
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>
1 files changed, 3 insertions(+), 3 deletions(-)

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