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:
Ricardo Wurmus 2023-10-25 16:57:37 +02:00
parent c3af1886d0
commit 9a0de65a7d
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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")