gnu: r-ragg: Update to 1.3.0.

* gnu/packages/cran.scm (r-ragg): Update to 1.3.0.

Change-Id: I3e44fe7dab732944082223cbde4f6cbd2800714f
This commit is contained in:
Ricardo Wurmus 2024-03-19 14:43:26 +01:00
parent 11395f5682
commit 8b46813272
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -38083,14 +38083,14 @@ (define-public r-textshaping
(define-public r-ragg
(package
(name "r-ragg")
(version "1.2.7")
(version "1.3.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "ragg" version))
(sha256
(base32
"17qc53scxf02f8hlpyirsjdav4wjh3mk6q04npf82y0j5mk1hynp"))))
"1chlas4i6p8gigx02x1y7nanmz9jbv1h4fa145zk223bbg9j931j"))))
(properties `((upstream-name . "ragg")))
(build-system r-build-system)
(inputs