diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-04-06 17:32:36 +0200 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-04-12 08:27:07 -0400 |
commit | dbd0ff9f17db38c0acb0c5c0011ac1fd6b1deb11 (patch) | |
tree | 6100045626168455eb48c71fcab07db115f100d8 | |
parent | bb91a2c0406b1eaec83e94509e1ede73ae3c6713 (diff) |
gnu: r-ellipse: Update to 0.4.5.
* gnu/packages/cran.scm (r-ellipse): Update to 0.4.5.
-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 15537be8fb..5c01ff770f 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -11794,14 +11794,14 @@ publication-ready plots.") (define-public r-ellipse (package (name "r-ellipse") - (version "0.4.4") + (version "0.4.5") (source (origin (method url-fetch) (uri (cran-uri "ellipse" version)) (sha256 (base32 - "1r4srqgpzh4r0cryc74gjcfwj0j54ibzh325bi31aa9dwi9dw03z")))) + "0dl9pamalm0ad001qy848vr51qifz8r8yks6c69yppl02f2pbi1r")))) (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") |