me
/
guix
Archived
1
0
Fork 0

gnu: r-rsvg: Update to 2.0.

* gnu/packages/cran.scm (r-rsvg): Update to 2.0.
master
Ricardo Wurmus 2020-05-12 16:58:20 +02:00
parent 5bc009842f
commit 807a635f4a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -19364,14 +19364,14 @@ automatically show a loader when the output is (re)calculating.")
(define-public r-rsvg
(package
(name "r-rsvg")
(version "1.3")
(version "2.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "rsvg" version))
(sha256
(base32
"11mccgf6hfskg45wqc114sx3qy2r494y6axdf73z6xwhs1wpm97g"))))
"0r066lvyfvhsjjpiad259f1m3qk5w7hxhbyjzhlryzf3fy0hvh29"))))
(properties `((upstream-name . "rsvg")))
(build-system r-build-system)
(inputs