me
/
guix
Archived
1
0
Fork 0

gnu: r-ellipse: Update to 0.4.5.

* gnu/packages/cran.scm (r-ellipse): Update to 0.4.5.
master
Ricardo Wurmus 2023-04-06 17:32:36 +02:00 committed by Maxim Cournoyer
parent bb91a2c040
commit dbd0ff9f17
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions
gnu/packages

View File

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