gnu: r-svglite: Update to 2.1.1.

* gnu/packages/statistics.scm (r-svglite): Update to 2.1.1.
This commit is contained in:
Ricardo Wurmus 2023-02-18 16:09:06 +01:00
parent 2c6e5c178b
commit b2aad281d8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1325,14 +1325,14 @@ and to generate base64 encoded string from raster matrix.")
(define-public r-svglite
(package
(name "r-svglite")
(version "2.1.0")
(version "2.1.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "svglite" version))
(sha256
(base32
"16wwhfmp9agdz9azslgd8qs77fllhdp6p0m304qfh2p8qy8gah5d"))))
"0mmcipyqq4hs8fnb7301gdhl9ic4m80f1fp2x6z5vc61xrlh2w28"))))
(build-system r-build-system)
(inputs
(list libpng zlib))