mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
gnu: r-misc3d: Update to 0.9-1.
* gnu/packages/cran.scm (r-misc3d): Update to 0.9-1.
This commit is contained in:
parent
581111b5b8
commit
2d37261707
1 changed files with 2 additions and 2 deletions
|
@ -12501,14 +12501,14 @@ (define-public r-multicool
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue