rekado pushed a commit to branch master
in repository guix.
commit fe5b8893653c112edc60afee4de3ef6f584f8116
Author: Ricardo Wurmus <[email protected]>
Date: Tue Feb 13 14:44:55 2018 +0100
gnu: r-shape: Update to 1.4.4.
* gnu/packages/cran.scm (r-shape): Update to 1.4.4.
---
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 bc184cb..8c69805 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -206,14 +206,14 @@ on (non-orthogonal) variable vectors in scatterplots and
biplots.")
(define-public r-shape
(package
(name "r-shape")
- (version "1.4.3")
+ (version "1.4.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "shape" version))
(sha256
(base32
- "1v9xp60p813rnx41vchkh32qmcb4z2zp9l7r1a8a6f8aqylnq3vj"))))
+ "0hadk3mapkhbh8xjkiz52vxdagmmgvm15xwpzb90ikw4giyipjzl"))))
(build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/shape")
(synopsis "Functions for plotting graphical shapes")