diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-12-15 12:16:51 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-12-15 16:13:09 +0100 |
commit | e6825ebf0f5083e7ea6684f731f960b0af8cfe09 (patch) | |
tree | 89fac86488c48f81fa8dcc64870013b702585072 /gnu | |
parent | d89ff9a2400bb0408ff5793f2fd91e26a2b40bfb (diff) | |
download | guix-e6825ebf0f5083e7ea6684f731f960b0af8cfe09.tar.gz |
gnu: r-phontools: Update to 0.2-2.2.
* gnu/packages/cran.scm (r-phontools): Update to 0.2-2.2. Change-Id: Iff2a33d97857dd8733abef1ab334a917907879d1
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 7bf17c3d3f..299684939c 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -11199,14 +11199,14 @@ simple and familiar tools.") (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") |