mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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:
parent
554b2740d5
commit
7bca3d4340
1 changed files with 2 additions and 2 deletions
|
@ -38392,14 +38392,14 @@ (define-public r-mgsub
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue