guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

56/158: gnu: r-ellipse: Update to 0.5.0.


From: guix-commits
Subject: 56/158: gnu: r-ellipse: Update to 0.5.0.
Date: Mon, 28 Aug 2023 11:11:32 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit a598158341f2dcf60a7f72952976993d25914498
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Aug 28 14:16:22 2023 +0200

    gnu: r-ellipse: Update to 0.5.0.
    
    * gnu/packages/cran.scm (r-ellipse): Update to 0.5.0.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index f693da1d55..9ff21f2ea6 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -12610,14 +12610,14 @@ publication-ready plots.")
 (define-public r-ellipse
   (package
     (name "r-ellipse")
-    (version "0.4.5")
+    (version "0.5.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ellipse" version))
        (sha256
         (base32
-         "0dl9pamalm0ad001qy848vr51qifz8r8yks6c69yppl02f2pbi1r"))))
+         "1wy25kw3055zxzidzzkif6c8bmch73qkv2ri4i1w0b6ffcwmbs6d"))))
     (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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]