me
/
guix
Archived
1
0
Fork 0

gnu: r-ragg: Update to 1.2.1.

* gnu/packages/cran.scm (r-ragg): Update to 1.2.1.
master
Ricardo Wurmus 2022-01-05 19:34:34 +01:00
parent e99491d81d
commit fa7161fcf9
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -28827,14 +28827,14 @@ the font tool-set provided by the @code{systemfonts} package.")
(define-public r-ragg
(package
(name "r-ragg")
(version "1.2.0")
(version "1.2.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "ragg" version))
(sha256
(base32
"1wbk7vny8435ii3aak586imd0dgh4ri55kqypx5b10x6ygp32avb"))))
"08dknkibmmwllycga2cp2732idsi3jfkkl5ghh6r2g2wdli1n2y1"))))
(properties `((upstream-name . "ragg")))
(build-system r-build-system)
(inputs