me
/
guix
Archived
1
0
Fork 0

gnu: r-rsvg: Update to 2.5.0.

* gnu/packages/cran.scm (r-rsvg): Update to 2.5.0.
master
Ricardo Wurmus 2023-10-05 13:34:51 +02:00
parent 4aef0d05e1
commit 5767e3f443
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 3 deletions

View File

@ -29776,18 +29776,18 @@ automatically show a loader when the output is (re)calculating.")
(define-public r-rsvg (define-public r-rsvg
(package (package
(name "r-rsvg") (name "r-rsvg")
(version "2.4.0") (version "2.5.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "rsvg" version)) (uri (cran-uri "rsvg" version))
(sha256 (sha256
(base32 (base32
"1schf5gfqzvwmaigdsic5va9bbk9ycvcisiyll8xjjw116y9cxyb")))) "1gi31hhs488a90lcql9c1hhsbymskj5brp05ag5z9f0azspazpdm"))))
(properties `((upstream-name . "rsvg"))) (properties `((upstream-name . "rsvg")))
(build-system r-build-system) (build-system r-build-system)
(inputs (inputs
(list (librsvg-for-system) zlib)) (list (librsvg-for-system) pcre2 zlib))
(native-inputs (native-inputs
(list pkg-config r-knitr)) (list pkg-config r-knitr))
(home-page "https://github.com/jeroen/rsvg#readme") (home-page "https://github.com/jeroen/rsvg#readme")