gnu: r-textshaping: Update to 0.3.4.
* gnu/packages/cran.scm (r-textshaping): Update to 0.3.4.
This commit is contained in:
parent
0df3c20243
commit
7361897630
1 changed files with 2 additions and 2 deletions
|
|
@ -27581,14 +27581,14 @@ clusterings as resolution increases.")
|
||||||
(define-public r-textshaping
|
(define-public r-textshaping
|
||||||
(package
|
(package
|
||||||
(name "r-textshaping")
|
(name "r-textshaping")
|
||||||
(version "0.3.3")
|
(version "0.3.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "textshaping" version))
|
(uri (cran-uri "textshaping" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0yl3cv6r8k27h4lzbrsikjydhz94skdjmxx4zqzihvb7h3jfnlpn"))))
|
"1kr6rh5zb5jp3acsfah6bzwkypzl5ixjzrs1xpdcslq14n82j4s0"))))
|
||||||
(properties `((upstream-name . "textshaping")))
|
(properties `((upstream-name . "textshaping")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
|
|
|
||||||
Reference in a new issue