mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: r-ragg: Update to 1.2.7.
* gnu/packages/cran.scm (r-ragg): Update to 1.2.7. Change-Id: I95f8c91f678181066745cad09295c4bcf24993de
This commit is contained in:
parent
6b86c1f3db
commit
ba23ca977e
1 changed files with 2 additions and 2 deletions
|
@ -37468,14 +37468,14 @@ (define-public r-textshaping
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue