gnu: r-phontools: Update to 0.2-2.2.

* gnu/packages/cran.scm (r-phontools): Update to 0.2-2.2.

Change-Id: Iff2a33d97857dd8733abef1ab334a917907879d1
This commit is contained in:
Ricardo Wurmus 2023-12-15 12:16:51 +01:00
parent d89ff9a240
commit e6825ebf0f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -11199,14 +11199,14 @@ (define-public r-complexupset
(define-public r-phontools
(package
(name "r-phontools")
(version "0.2-2.1")
(version "0.2-2.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "phonTools" version))
(sha256
(base32
"01i481mhswsys3gpasw9gn6nxkfmi7bz46g5c84m13pg0cv8hxc7"))))
"0r5ylbxvzpa23yys4rxdlglfc5jq997ziw6yf8v9jyavy4p1ppkx"))))
(properties `((upstream-name . "phonTools")))
(build-system r-build-system)
(home-page "http://www.santiagobarreda.com/rscripts.html")