mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: r-cmplot: Update to 4.2.0.
* gnu/packages/cran.scm (r-cmplot): Update to 4.2.0.
This commit is contained in:
parent
7a31feaa60
commit
daa5223b79
1 changed files with 2 additions and 2 deletions
|
@ -11289,14 +11289,14 @@ (define-public r-nsprcomp
|
|||
(define-public r-cmplot
|
||||
(package
|
||||
(name "r-cmplot")
|
||||
(version "4.1.0")
|
||||
(version "4.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "CMplot" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1h09prpiw7l32mr7jarp8ddrddg1431nfn4kw3bznfnv0sr78zfg"))))
|
||||
"1icb7r8wj7x9vgcysr9qi28nvgxb9j3dhqw090smpp6d7b39zrjd"))))
|
||||
(properties `((upstream-name . "CMplot")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://github.com/YinLiLin/CMplot")
|
||||
|
|
Loading…
Reference in a new issue