gnu: r-textshaping: Update to 0.3.1.
* gnu/packages/cran.scm (r-textshaping): Update to 0.3.1.master
parent
bf7ad534e4
commit
6c714c19f8
|
@ -27151,14 +27151,14 @@ clusterings as resolution increases.")
|
||||||
(define-public r-textshaping
|
(define-public r-textshaping
|
||||||
(package
|
(package
|
||||||
(name "r-textshaping")
|
(name "r-textshaping")
|
||||||
(version "0.3.0")
|
(version "0.3.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "textshaping" version))
|
(uri (cran-uri "textshaping" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"053pbw45by96q62kjfnyc3d0ssar9svssrdqy6a09kdmdh75xdar"))))
|
"16y3amb9cxwq126q1mxssx7kswzalqf9n2437mi5n7q1nqby6wlq"))))
|
||||||
(properties `((upstream-name . "textshaping")))
|
(properties `((upstream-name . "textshaping")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Reference in New Issue