diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-11-01 17:52:26 +0000 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-11-03 21:07:23 +0000 |
commit | 2d372617070578e61b9052752728492f5e384e9b (patch) | |
tree | b48e599bc6ec786fdedb55f43740dab1d0a21c06 /gnu | |
parent | 581111b5b8b468537ed03304622004f400d510fe (diff) | |
download | guix-2d372617070578e61b9052752728492f5e384e9b.tar.gz |
gnu: r-misc3d: Update to 0.9-1.
* gnu/packages/cran.scm (r-misc3d): Update to 0.9-1.
Diffstat (limited to 'gnu')
-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 fafaf22bb2..26ca7f416a 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -12501,14 +12501,14 @@ to colexicographical order.") (define-public r-misc3d (package (name "r-misc3d") - (version "0.9-0") + (version "0.9-1") (source (origin (method url-fetch) (uri (cran-uri "misc3d" version)) (sha256 (base32 - "10jf5r1x588vi54bzaqgi9mgcqlkiga2c3jvmqmk3lavc8fjksd1")))) + "0r9x57s63kx9f6dgam2nhbziq8nrs9wd8pk7g76hds2kw46vnyx0")))) (build-system r-build-system) (home-page "https://cran.r-project.org/web/packages/misc3d/") (synopsis "Miscellaneous 3D Plots") |