diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-06-13 14:22:01 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-06-13 15:24:29 +0200 |
commit | d7d62bcd61d14eb0a38797f9a1187bed58aff9ca (patch) | |
tree | e408a7f6f0d423e3d5dc408572271bef497f6504 /gnu | |
parent | 23c6a87e5dda98cad45c77751ad819c9a0c91e20 (diff) | |
download | guix-d7d62bcd61d14eb0a38797f9a1187bed58aff9ca.tar.gz |
gnu: r-zoom: Update to 2.0.6.
* gnu/packages/cran.scm (r-zoom): Update to 2.0.6.
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 84b59fca43..b326332bf6 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -32635,14 +32635,14 @@ participants and their emotional expressions throughout the meeting.") (define-public r-zoom (package (name "r-zoom") - (version "2.0.4") + (version "2.0.6") (source (origin (method url-fetch) (uri (cran-uri "zoom" version)) (sha256 (base32 - "03f5rxfr6ncf1j6vpn7pip21q7ylj4bx0a5xphqb6x6i33lxf1g5")))) + "05ikad4j1qi5y8mn77n9bw7d6ic3api9d7mbcn855w8xcc69ja4q")))) (properties `((upstream-name . "zoom"))) (build-system r-build-system) (home-page "https://github.com/cbarbu/R-package-zoom") |