me
/
guix
Archived
1
0
Fork 0

gnu: r-rsvg: Update to 2.4.0.

* gnu/packages/cran.scm (r-rsvg): Update to 2.4.0.
Ricardo Wurmus 2022-11-29 15:22:23 +01:00
parent 75a7c8f2bb
commit 07f1c49744
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -25746,14 +25746,14 @@ automatically show a loader when the output is (re)calculating.")
(define-public r-rsvg
(package
(name "r-rsvg")
(version "2.3.2")
(version "2.4.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "rsvg" version))
(sha256
(base32
"1lx84x5dnxj1xdsidwfg9i6fkay7ldarwrbg0gl0f02wajf8ifsz"))))
"1schf5gfqzvwmaigdsic5va9bbk9ycvcisiyll8xjjw116y9cxyb"))))
(properties `((upstream-name . "rsvg")))
(build-system r-build-system)
(inputs