mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
gnu: r-cmplot: Update to 3.7.0.
* gnu/packages/cran.scm (r-cmplot): Update to 3.7.0.
This commit is contained in:
parent
8727af3b2e
commit
76185fdae2
1 changed files with 2 additions and 2 deletions
|
@ -9548,14 +9548,14 @@ (define-public r-nsprcomp
|
|||
(define-public r-cmplot
|
||||
(package
|
||||
(name "r-cmplot")
|
||||
(version "3.6.2")
|
||||
(version "3.7.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "CMplot" version))
|
||||
(sha256
|
||||
(base32
|
||||
"13y05j5gsdc712fn7yvcz5nx2pbcdvl201hfb6jzpvl86qx2l0j1"))))
|
||||
"0d6ww8pdrawdg5acbhiyi2jpmapf2ghixy9mi4kmsq8yg36pksfh"))))
|
||||
(properties `((upstream-name . "CMplot")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://github.com/YinLiLin/CMplot")
|
||||
|
|
Loading…
Reference in a new issue