gnu: r-ragg: Update to 1.2.6.

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

Change-Id: Id49d85354565d8a0e6a72ef935fd1141928f275b
This commit is contained in:
Ricardo Wurmus 2023-10-25 16:57:41 +02:00
parent 7b2fd93f5e
commit 1cd877ce9d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -36867,14 +36867,14 @@ the font tool-set provided by the @code{systemfonts} package.")
(define-public r-ragg
(package
(name "r-ragg")
(version "1.2.5")
(version "1.2.6")
(source
(origin
(method url-fetch)
(uri (cran-uri "ragg" version))
(sha256
(base32
"1yd89p4f2b7r2n1kl6lybbgd04kqvlf14zgmp7pxw770w1slsvwk"))))
"1izpw02b8kq6pm37kvxp9pbd9srvfp5bzfjg27j9hbmm794xq50h"))))
(properties `((upstream-name . "ragg")))
(build-system r-build-system)
(inputs