gnu: r-ragg: Update to 1.2.5.

* gnu/packages/cran.scm (r-ragg): Update to 1.2.5.
This commit is contained in:
Ricardo Wurmus 2023-02-18 16:08:58 +01:00
parent 6b3b5d9719
commit 0c50826e34
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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