me
/
guix
Archived
1
0
Fork 0

gnu: r-zoom: Update to 2.0.6.

* gnu/packages/cran.scm (r-zoom): Update to 2.0.6.
Ricardo Wurmus 2022-06-13 14:22:01 +02:00
parent 23c6a87e5d
commit d7d62bcd61
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -32635,14 +32635,14 @@ participants and their emotional expressions throughout the meeting.")
(define-public r-zoom (define-public r-zoom
(package (package
(name "r-zoom") (name "r-zoom")
(version "2.0.4") (version "2.0.6")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "zoom" version)) (uri (cran-uri "zoom" version))
(sha256 (sha256
(base32 (base32
"03f5rxfr6ncf1j6vpn7pip21q7ylj4bx0a5xphqb6x6i33lxf1g5")))) "05ikad4j1qi5y8mn77n9bw7d6ic3api9d7mbcn855w8xcc69ja4q"))))
(properties `((upstream-name . "zoom"))) (properties `((upstream-name . "zoom")))
(build-system r-build-system) (build-system r-build-system)
(home-page "https://github.com/cbarbu/R-package-zoom") (home-page "https://github.com/cbarbu/R-package-zoom")