me
/
guix
Archived
1
0
Fork 0

gnu: r-svglite: Update to 2.1.3.

* gnu/packages/statistics.scm (r-svglite): Update to 2.1.3.

Change-Id: I4fcd181e414904baede631896a46f0d17df94094
Ricardo Wurmus 2023-12-15 12:17:09 +01:00
parent 0fd9a9dc54
commit ad25078d14
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1346,13 +1346,13 @@ and to generate base64 encoded string from raster matrix.")
(define-public r-svglite
(package
(name "r-svglite")
(version "2.1.2")
(version "2.1.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "svglite" version))
(sha256
(base32 "0c00djvlnf4qr30srh3xjnx1valqq8grm5ib0q4485z8gphn7hf2"))))
(base32 "0m0axxrkiih4wmrp9qh803p4l92fdgrsbxaww38z89widx75da7h"))))
(properties `((upstream-name . "svglite")))
(build-system r-build-system)
(inputs (list libpng zlib))