mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: r-ellipse: Update to 0.4.5.
* gnu/packages/cran.scm (r-ellipse): Update to 0.4.5.
This commit is contained in:
parent
e521bcbd8b
commit
b93f3904f6
1 changed files with 2 additions and 2 deletions
|
@ -11794,14 +11794,14 @@ (define-public r-ggpubr
|
||||||
(define-public r-ellipse
|
(define-public r-ellipse
|
||||||
(package
|
(package
|
||||||
(name "r-ellipse")
|
(name "r-ellipse")
|
||||||
(version "0.4.4")
|
(version "0.4.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "ellipse" version))
|
(uri (cran-uri "ellipse" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1r4srqgpzh4r0cryc74gjcfwj0j54ibzh325bi31aa9dwi9dw03z"))))
|
"0dl9pamalm0ad001qy848vr51qifz8r8yks6c69yppl02f2pbi1r"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://cran.r-project.org/web/packages/ellipse/")
|
(home-page "https://cran.r-project.org/web/packages/ellipse/")
|
||||||
(synopsis "Functions for drawing ellipses and ellipse-like confidence regions")
|
(synopsis "Functions for drawing ellipses and ellipse-like confidence regions")
|
||||||
|
|
Loading…
Reference in a new issue