mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: r-cmplot: Update to 4.4.3.
* gnu/packages/cran.scm (r-cmplot): Update to 4.4.3. Change-Id: I3daab8ba2ef9f5878a9e2bfba59bdcb2107b90f7
This commit is contained in:
parent
c3af1886d0
commit
9a0de65a7d
1 changed files with 2 additions and 2 deletions
|
@ -14204,14 +14204,14 @@ (define-public r-nsprcomp
|
|||
(define-public r-cmplot
|
||||
(package
|
||||
(name "r-cmplot")
|
||||
(version "4.4.1")
|
||||
(version "4.4.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "CMplot" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1y6fs3b7jps4ah0lpniq0ip3x426acql1aibx95pvfykgc2b2hvm"))))
|
||||
"0mkjpmwpd0izczp8jgfcfxw9i4qv82aj1xyhzsxgdxnjdd7ark66"))))
|
||||
(properties `((upstream-name . "CMplot")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://github.com/YinLiLin/CMplot")
|
||||
|
|
Loading…
Reference in a new issue