Archived
1
0
Fork 0

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 @@ from the @code{stats} package (plus some extra parameters).")
(define-public r-cmplot (define-public r-cmplot
(package (package
(name "r-cmplot") (name "r-cmplot")
(version "4.4.1") (version "4.4.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "CMplot" version)) (uri (cran-uri "CMplot" version))
(sha256 (sha256
(base32 (base32
"1y6fs3b7jps4ah0lpniq0ip3x426acql1aibx95pvfykgc2b2hvm")))) "0mkjpmwpd0izczp8jgfcfxw9i4qv82aj1xyhzsxgdxnjdd7ark66"))))
(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")