gnu: r-textshape: Update to 1.7.5.

* gnu/packages/cran.scm (r-textshape): Update to 1.7.5.

Change-Id: I070fd0e29ae4498515696ba11968684618783e62
This commit is contained in:
Ricardo Wurmus 2024-04-02 10:04:28 +02:00
parent 554b2740d5
commit 7bca3d4340
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -38392,14 +38392,14 @@ in same length matches).")
(define-public r-textshape
(package
(name "r-textshape")
(version "1.7.3")
(version "1.7.5")
(source
(origin
(method url-fetch)
(uri (cran-uri "textshape" version))
(sha256
(base32
"0k9injxykgj2qprc7dygd7gafvcbh3r9x84qzaa1al21pk0dz7ds"))))
"1g193dg4rhw8a1iwkyqsswlj95h9irm9xziclwc1mhd3jm5wyify"))))
(properties `((upstream-name . "textshape")))
(build-system r-build-system)
(propagated-inputs