me
/
guix
Archived
1
0
Fork 0

gnu: r-ragg: Update to 1.2.7.

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

Change-Id: I95f8c91f678181066745cad09295c4bcf24993de
master
Ricardo Wurmus 2023-12-28 00:44:41 +01:00
parent 6b86c1f3db
commit ba23ca977e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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