gnu: r-ellipse: Update to 0.5.0.

* gnu/packages/cran.scm (r-ellipse): Update to 0.5.0.
This commit is contained in:
Ricardo Wurmus 2023-08-28 14:16:22 +02:00
parent 08be0cec56
commit a598158341
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -12610,14 +12610,14 @@ (define-public r-ggpubr
(define-public r-ellipse
(package
(name "r-ellipse")
(version "0.4.5")
(version "0.5.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "ellipse" version))
(sha256
(base32
"0dl9pamalm0ad001qy848vr51qifz8r8yks6c69yppl02f2pbi1r"))))
"1wy25kw3055zxzidzzkif6c8bmch73qkv2ri4i1w0b6ffcwmbs6d"))))
(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")