rekado pushed a commit to branch wip-r
in repository guix.
commit 1fa8c5d61df38d3e058cdb77cf4875bf8c6bd0ed
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sat May 28 08:30:23 2022 +0200
gnu: r-cmplot: Update to 4.1.0.
* gnu/packages/cran.scm (r-cmplot): Update to 4.1.0.
---
gnu/packages/cran.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index b3d33d43d9..e4bf183dce 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -10506,14 +10506,14 @@ from the @code{stats} package (plus some extra
parameters).")
(define-public r-cmplot
(package
(name "r-cmplot")
- (version "4.0.0")
+ (version "4.1.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "CMplot" version))
(sha256
(base32
- "0xyh75y0c84nnkrv6c8xrvla54w51phgdwn8a69799f2r87z7c81"))))
+ "1h09prpiw7l32mr7jarp8ddrddg1431nfn4kw3bznfnv0sr78zfg"))))
(properties `((upstream-name . "CMplot")))
(build-system r-build-system)
(home-page "https://github.com/YinLiLin/CMplot")