gnu: r-ellipse: Update to 0.4.2.
* gnu/packages/cran.scm (r-ellipse): Update to 0.4.2.
This commit is contained in:
parent
9a80792902
commit
ff7d4d56ed
1 changed files with 2 additions and 2 deletions
|
@ -6159,14 +6159,14 @@ publication-ready plots.")
|
|||
(define-public r-ellipse
|
||||
(package
|
||||
(name "r-ellipse")
|
||||
(version "0.4.1")
|
||||
(version "0.4.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ellipse" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0g82vc51m3c1k0hnpp2zla6amxxgk2mmkl8ssnsc49jv3599r6hs"))))
|
||||
"1wm5v7zdv2drgdba7z96jwsx74mqhlq80qgrvdb4vb5r02dcw68p"))))
|
||||
(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")
|
||||
|
|
Reference in a new issue