1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-26 20:20:32 +02:00

gnu: r-ellipse: Update to 0.4.3.

* gnu/packages/cran.scm (r-ellipse): Update to 0.4.3.
This commit is contained in:
Ricardo Wurmus
2022-06-13 14:21:50 +02:00
parent c3bbdd4a5b
commit ba881471ac

View File

@@ -9289,14 +9289,14 @@ publication-ready plots.")
(define-public r-ellipse
(package
(name "r-ellipse")
(version "0.4.2")
(version "0.4.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "ellipse" version))
(sha256
(base32
"1wm5v7zdv2drgdba7z96jwsx74mqhlq80qgrvdb4vb5r02dcw68p"))))
"0im9d36dixpksms52v6nsb3l0z2c7wc25r9j0f08naj6qc8jpvq2"))))
(build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/ellipse/")
(synopsis "Functions for drawing ellipses and ellipse-like confidence regions")