guix-commits
[Top][All Lists]
Advanced

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

05/43: gnu: r-shape: Update to 1.4.5.


From: guix-commits
Subject: 05/43: gnu: r-shape: Update to 1.4.5.
Date: Mon, 14 Sep 2020 13:07:24 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 54c91e4a6679aeb8527655f1d494cf7d17895e2e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Sep 14 19:01:46 2020 +0200

    gnu: r-shape: Update to 1.4.5.
    
    * gnu/packages/cran.scm (r-shape): Update to 1.4.5.
---
 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 7f0ce46..73c4c3f 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -2261,14 +2261,14 @@ on (non-orthogonal) variable vectors in scatterplots 
and biplots.")
 (define-public r-shape
   (package
     (name "r-shape")
-    (version "1.4.4")
+    (version "1.4.5")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "shape" version))
        (sha256
         (base32
-         "0hadk3mapkhbh8xjkiz52vxdagmmgvm15xwpzb90ikw4giyipjzl"))))
+         "17qqhjyfhxv9la07ykaslb50c8g4d0cgfypx4y91h9i2yjw7jjh9"))))
     (build-system r-build-system)
     (home-page "https://cran.r-project.org/web/packages/shape";)
     (synopsis "Functions for plotting graphical shapes")



reply via email to

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