gnu: r-cmplot: Update to 4.5.0.

* gnu/packages/cran.scm (r-cmplot): Update to 4.5.0.

Change-Id: Ia072afcb64ed0e9a744b1cfd7e0e677fb205babe
This commit is contained in:
Ricardo Wurmus 2023-12-15 12:16:53 +01:00
parent 0ca8d8bf78
commit 66f371594f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -14733,14 +14733,14 @@ (define-public r-nsprcomp
(define-public r-cmplot
(package
(name "r-cmplot")
(version "4.4.3")
(version "4.5.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "CMplot" version))
(sha256
(base32
"0mkjpmwpd0izczp8jgfcfxw9i4qv82aj1xyhzsxgdxnjdd7ark66"))))
"1gg3pq55shh9khw5bsrdhk0yqgyr9xhdzqhaqksihka64wsqmhd3"))))
(properties `((upstream-name . "CMplot")))
(build-system r-build-system)
(home-page "https://github.com/YinLiLin/CMplot")