mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +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
|
||||
(package
|
||||
(name "r-textshaping")
|
||||
(version "0.3.5")
|
||||
(version "0.3.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "textshaping" version))
|
||||
(sha256
|
||||
(base32
|
||||
"06bdc5wxvgv38fnzpyjj9p62ifpfshaangkn96gw05yxn11s46h0"))))
|
||||
"1niaj1dh09rqrg9hrh98ddnc0f2nkyq9iizv24lcwm9gjs3w1ql0"))))
|
||||
(properties `((upstream-name . "textshaping")))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue