mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -05:00
gnu: r-ragg: Update to 1.3.2.
* gnu/packages/cran.scm (r-ragg): Update to 1.3.2. Change-Id: I3c0f5779dbade14c54000db9a7b14c6c2ec680c0
This commit is contained in:
parent
52efa75fe4
commit
7a9e99f3a1
1 changed files with 2 additions and 2 deletions
|
@ -39264,14 +39264,14 @@ (define-public r-textshaping
|
||||||
(define-public r-ragg
|
(define-public r-ragg
|
||||||
(package
|
(package
|
||||||
(name "r-ragg")
|
(name "r-ragg")
|
||||||
(version "1.3.1")
|
(version "1.3.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "ragg" version))
|
(uri (cran-uri "ragg" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1p3bhbcgkllgmby9rdc1hillb5qgmc22blpmvdhd5j9ndywv2h0w"))))
|
"0cb9dcp47pl0nizwy0a2ml8hm11bhf7ay20j237hmmgx159a8dw0"))))
|
||||||
(properties `((upstream-name . "ragg")))
|
(properties `((upstream-name . "ragg")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Reference in a new issue