1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-23 09:35:56 +02:00

gnu: r-textshaping: Update to 1.0.5.

* gnu/packages/cran.scm (r-textshaping): Update to 1.0.5.

Change-Id: I373f69797d6cadc90e07f014a9168d96955551c8
This commit is contained in:
Ricardo Wurmus
2026-03-08 18:28:46 +01:00
parent 4c6dfa16b9
commit c7c6e4fb11
+2 -2
View File
@@ -54762,14 +54762,14 @@ clusterings as resolution increases.")
(define-public r-textshaping
(package
(name "r-textshaping")
(version "1.0.4")
(version "1.0.5")
(source
(origin
(method url-fetch)
(uri (cran-uri "textshaping" version))
(sha256
(base32
"1yxqw5s7534mc8sydaz5z8vndlpasp8wwvgch1p0z142xkv3n29l"))))
"1pa3ciwbk3ifmvpiwsacyh3gi5ypdjci1pjnpd4qnjw86mars80j"))))
(properties `((upstream-name . "textshaping")))
(build-system r-build-system)
(inputs