mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: r-ragg: Update to 1.1.1.
* gnu/packages/cran.scm (r-ragg): Update to 1.1.1.
This commit is contained in:
parent
6c714c19f8
commit
31c9810b7e
1 changed files with 2 additions and 2 deletions
|
@ -27184,14 +27184,14 @@ (define-public r-textshaping
|
|||
(define-public r-ragg
|
||||
(package
|
||||
(name "r-ragg")
|
||||
(version "0.4.1")
|
||||
(version "1.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ragg" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0443dhfi7bjfpap041vrnslw3ql3vpsxx18raz2w9nfdb7id8lsc"))))
|
||||
"0nh1xxrxgdbq9anzkc6k3n519czp9hqyiizakm3m2gl4l4w0vp0q"))))
|
||||
(properties `((upstream-name . "ragg")))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue