mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 11:55:06 -06:00
gnu: r-ragg: Update to 1.4.0.
* gnu/packages/cran.scm (r-ragg): Update to 1.4.0. Change-Id: I911fb0bd40c0b9502a1ea3e711c0d94d95d2e390
This commit is contained in:
parent
81bbe65c19
commit
d4edfb29b3
1 changed files with 2 additions and 2 deletions
|
|
@ -50900,14 +50900,14 @@ the font tool-set provided by the @code{systemfonts} package.")
|
|||
(define-public r-ragg
|
||||
(package
|
||||
(name "r-ragg")
|
||||
(version "1.3.3")
|
||||
(version "1.4.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ragg" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1bxj3g6fh6hz1kcx8imjnl1fzh9nl5v3r0wisbkclrwdy5gq9ns2"))))
|
||||
"0xq93vipy7i8pgij57xkawigxv1p2lb3aax56asi3k631qndrk4c"))))
|
||||
(properties `((upstream-name . "ragg")))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue