gnu: r-cmplot: Update to 3.7.0.

* gnu/packages/cran.scm (r-cmplot): Update to 3.7.0.
This commit is contained in:
Ricardo Wurmus 2021-11-01 17:52:22 +00:00
parent 8727af3b2e
commit 76185fdae2
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -9548,14 +9548,14 @@ (define-public r-nsprcomp
(define-public r-cmplot (define-public r-cmplot
(package (package
(name "r-cmplot") (name "r-cmplot")
(version "3.6.2") (version "3.7.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "CMplot" version)) (uri (cran-uri "CMplot" version))
(sha256 (sha256
(base32 (base32
"13y05j5gsdc712fn7yvcz5nx2pbcdvl201hfb6jzpvl86qx2l0j1")))) "0d6ww8pdrawdg5acbhiyi2jpmapf2ghixy9mi4kmsq8yg36pksfh"))))
(properties `((upstream-name . "CMplot"))) (properties `((upstream-name . "CMplot")))
(build-system r-build-system) (build-system r-build-system)
(home-page "https://github.com/YinLiLin/CMplot") (home-page "https://github.com/YinLiLin/CMplot")