me
/
guix
Archived
1
0
Fork 0

gnu: r-ellipse: Update to 0.4.2.

* gnu/packages/cran.scm (r-ellipse): Update to 0.4.2.
master
Ricardo Wurmus 2020-06-11 15:07:33 +02:00
parent 9a80792902
commit ff7d4d56ed
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -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")