me
/
guix
Archived
1
0
Fork 0

gnu: r-rsvg: Update to 2.6.0.

* gnu/packages/cran.scm (r-rsvg): Update to 2.6.0.
Ricardo Wurmus 2023-10-09 22:24:58 +02:00
parent 09ad283852
commit 02a90c3e05
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -29811,14 +29811,14 @@ automatically show a loader when the output is (re)calculating.")
(define-public r-rsvg
(package
(name "r-rsvg")
(version "2.5.0")
(version "2.6.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "rsvg" version))
(sha256
(base32
"1gi31hhs488a90lcql9c1hhsbymskj5brp05ag5z9f0azspazpdm"))))
"0w29isj7n33vwacvk5h6ghgm9j3phghnz7a98b1xi60cyk08qi2b"))))
(properties `((upstream-name . "rsvg")))
(build-system r-build-system)
(inputs