mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: r-textshaping: Update to 0.3.6.
* gnu/packages/cran.scm (r-textshaping): Update to 0.3.6.
This commit is contained in:
parent
80bcd91076
commit
ad8043821a
1 changed files with 2 additions and 2 deletions
|
@ -29382,14 +29382,14 @@ (define-public r-clustree
|
||||||
(define-public r-textshaping
|
(define-public r-textshaping
|
||||||
(package
|
(package
|
||||||
(name "r-textshaping")
|
(name "r-textshaping")
|
||||||
(version "0.3.5")
|
(version "0.3.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "textshaping" version))
|
(uri (cran-uri "textshaping" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"06bdc5wxvgv38fnzpyjj9p62ifpfshaangkn96gw05yxn11s46h0"))))
|
"1niaj1dh09rqrg9hrh98ddnc0f2nkyq9iizv24lcwm9gjs3w1ql0"))))
|
||||||
(properties `((upstream-name . "textshaping")))
|
(properties `((upstream-name . "textshaping")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Reference in a new issue