mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: r-ragg: Update to 1.2.1.
* gnu/packages/cran.scm (r-ragg): Update to 1.2.1.
This commit is contained in:
parent
e99491d81d
commit
fa7161fcf9
1 changed files with 2 additions and 2 deletions
|
@ -28827,14 +28827,14 @@ (define-public r-textshaping
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue