guix-commits
[Top][All Lists]
Advanced

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

06/27: gnu: r-shape: Update to 1.4.6.1.


From: guix-commits
Subject: 06/27: gnu: r-shape: Update to 1.4.6.1.
Date: Mon, 26 Feb 2024 06:35:05 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 47b38a2200ba9aa6425176254534d908edabd437
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Feb 26 12:25:11 2024 +0100

    gnu: r-shape: Update to 1.4.6.1.
    
    * gnu/packages/cran.scm (r-shape): Update to 1.4.6.1.
    
    Change-Id: Idcb756d0d016d9ed519ccdf3c0be4cd795277222
---
 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 a8277faf7b..4bf20842cf 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -6871,14 +6871,14 @@ on (non-orthogonal) variable vectors in scatterplots 
and biplots.")
 (define-public r-shape
   (package
     (name "r-shape")
-    (version "1.4.6")
+    (version "1.4.6.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "shape" version))
        (sha256
         (base32
-         "0yqbrrx2ywmfl99s6d1n6jblc63k1mxbiqyv8y0kq8jws1g3w45r"))))
+         "1912znpk85j8c01s4m2f7x8rcqwski8b5n7g70cczmkzk47vvya3"))))
     (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]