rekado pushed a commit to branch master
in repository guix.
commit 3bb0b23d64c5ac00ea11ebfa32673d038724d21a
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Mon Aug 28 14:16:24 2023 +0200
gnu: r-cmplot: Update to 4.4.1.
* gnu/packages/cran.scm (r-cmplot): Update to 4.4.1.
---
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 4176ae5b99..35442dbbe7 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -14026,14 +14026,14 @@ from the @code{stats} package (plus some extra
parameters).")
(define-public r-cmplot
(package
(name "r-cmplot")
- (version "4.3.1")
+ (version "4.4.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "CMplot" version))
(sha256
(base32
- "15dvim5sngzgx7hgy280gdimbqy9508vh2ic8izkhj529n0mnanz"))))
+ "1y6fs3b7jps4ah0lpniq0ip3x426acql1aibx95pvfykgc2b2hvm"))))
(properties `((upstream-name . "CMplot")))
(build-system r-build-system)
(home-page "https://github.com/YinLiLin/CMplot")