gnu: r-rttf2pt1: Update to 1.3.10.

* gnu/packages/cran.scm (r-rttf2pt1): Update to 1.3.10.
This commit is contained in:
Ricardo Wurmus 2022-03-12 23:04:29 +01:00
parent 0070e1ee25
commit 050c58be9d
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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