diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-05-20 10:54:39 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-05-20 10:58:14 +0200 |
commit | 581835a323eda5879b73e059b059ed4952f2dd72 (patch) | |
tree | b020fd16cff9203cb3829845658eece82b7d3264 /gnu/packages | |
parent | 90f206cf967f90d20675992e51a59e136d817575 (diff) | |
download | guix-581835a323eda5879b73e059b059ed4952f2dd72.tar.gz |
gnu: r-shape: Update to 1.4.6.
* gnu/packages/cran.scm (r-shape): Update to 1.4.6.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 19f40aaa34..9924521e1a 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -3028,14 +3028,14 @@ on (non-orthogonal) variable vectors in scatterplots and biplots.") (define-public r-shape (package (name "r-shape") - (version "1.4.5") + (version "1.4.6") (source (origin (method url-fetch) (uri (cran-uri "shape" version)) (sha256 (base32 - "17qqhjyfhxv9la07ykaslb50c8g4d0cgfypx4y91h9i2yjw7jjh9")))) + "0yqbrrx2ywmfl99s6d1n6jblc63k1mxbiqyv8y0kq8jws1g3w45r")))) (build-system r-build-system) (home-page "https://cran.r-project.org/web/packages/shape") (synopsis "Functions for plotting graphical shapes") |