mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
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:
parent
d89ff9a240
commit
e6825ebf0f
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue