mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: r-rttf2pt1: Update to 1.3.10.
* gnu/packages/cran.scm (r-rttf2pt1): Update to 1.3.10.
This commit is contained in:
parent
0070e1ee25
commit
050c58be9d
1 changed files with 2 additions and 2 deletions
|
@ -17726,14 +17726,14 @@ (define-public r-xyz
|
||||||
(define-public r-rttf2pt1
|
(define-public r-rttf2pt1
|
||||||
(package
|
(package
|
||||||
(name "r-rttf2pt1")
|
(name "r-rttf2pt1")
|
||||||
(version "1.3.9")
|
(version "1.3.10")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "Rttf2pt1" version))
|
(uri (cran-uri "Rttf2pt1" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0w9ybqvr4bvpa2dyfkrscg4in0x2dkzmxdn1n6003j1rss7f8rw6"))))
|
"1fp1y0kxa5xg8w0dplm12wfm8h78az4k6ql1758wwhb3d17np241"))))
|
||||||
(properties `((upstream-name . "Rttf2pt1")))
|
(properties `((upstream-name . "Rttf2pt1")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://github.com/wch/Rttf2pt1")
|
(home-page "https://github.com/wch/Rttf2pt1")
|
||||||
|
|
Loading…
Reference in a new issue