gnu: r-zoom: Update to 2.0.6.

* gnu/packages/cran.scm (r-zoom): Update to 2.0.6.
This commit is contained in:
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

View file

@ -32635,14 +32635,14 @@ (define-public r-zoomgroupstats
(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")