~ruther/guix-local

cdc42ae18cb9fb6ec40dcc5d898306f12c1e34b0 — Ricardo Wurmus 10 months ago a83f8ea
gnu: r-rsvg: Update to 2.6.2.

* gnu/packages/cran.scm (r-rsvg): Update to 2.6.2.
[native-inputs]: Add r-magick and r-png.

Change-Id: I7dc65a591e78c6cf7f0d2cf23ab42ab630e7ad97
1 files changed, 8 insertions(+), 3 deletions(-)

M gnu/packages/cran.scm
M gnu/packages/cran.scm => gnu/packages/cran.scm +8 -3
@@ 42963,20 42963,25 @@ automatically show a loader when the output is (re)calculating.")
(define-public r-rsvg
  (package
    (name "r-rsvg")
    (version "2.6.1")
    (version "2.6.2")
    (source
     (origin
       (method url-fetch)
       (uri (cran-uri "rsvg" version))
       (sha256
        (base32
         "0mf9916jnrhpqccz7qnybz0qp74q0yjcrpagyis21yipbilb0sky"))))
         "0syp6awq9p8x50d16csjnwv4jyi5dm5j6sy58s6r898hflf2c2ib"))))
    (properties `((upstream-name . "rsvg")))
    (build-system r-build-system)
    (inputs
     (list (librsvg-for-system) pcre2 zlib))
    (native-inputs
     (list pkg-config r-knitr r-spelling r-testthat))
     (list pkg-config
           r-knitr
           r-magick
           r-png
           r-spelling
           r-testthat))
    (home-page "https://github.com/jeroen/rsvg#readme")
    (synopsis "Render SVG images into PDF, PNG, PostScript, or Bitmap arrays")
    (description