guix-commits
[Top][All Lists]
Advanced

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

16/29: gnu: r-shape: Update to 1.4.3.


From: Ricardo Wurmus
Subject: 16/29: gnu: r-shape: Update to 1.4.3.
Date: Fri, 1 Sep 2017 09:12:11 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit ea4d4f761635017a8cd87dac84685b526ba7e36b
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Sep 1 14:34:44 2017 +0200

    gnu: r-shape: Update to 1.4.3.
    
    * gnu/packages/cran.scm (r-shape): Update to 1.4.3.
---
 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 bb75763..ff1ad8d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -202,14 +202,14 @@ on (non-orthogonal) variable vectors in scatterplots and 
biplots.")
 (define-public r-shape
   (package
     (name "r-shape")
-    (version "1.4.2")
+    (version "1.4.3")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "shape" version))
        (sha256
         (base32
-         "0yk3cmsa57svcvbnm21pyr0s0qbhnllka8nmsg4yb41frjlqph66"))))
+         "1v9xp60p813rnx41vchkh32qmcb4z2zp9l7r1a8a6f8aqylnq3vj"))))
     (build-system r-build-system)
     (home-page "http://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]