gnu: r-rsvg: Update to 2.5.0.
* gnu/packages/cran.scm (r-rsvg): Update to 2.5.0.master
parent
4aef0d05e1
commit
5767e3f443
|
@ -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")
|
||||||
|
|
Reference in New Issue