me
/
guix
Archived
1
0
Fork 0

gnu: r-textshaping: Update to 0.3.1.

* gnu/packages/cran.scm (r-textshaping): Update to 0.3.1.
master
Ricardo Wurmus 2021-03-09 21:41:45 +01:00
parent bf7ad534e4
commit 6c714c19f8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -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