diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-01-23 13:33:33 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-01-23 14:01:33 +0100 |
commit | 088962bcbcdcd68507397083bc9a484cb27af9c6 (patch) | |
tree | 20d3f8a70b1af3b65e30c9c9b6a49ec4516de379 | |
parent | 5b18f116baf27f6b8f045c0d52fffae6d6bd139d (diff) | |
download | guix-088962bcbcdcd68507397083bc9a484cb27af9c6.tar.gz guix-088962bcbcdcd68507397083bc9a484cb27af9c6.zip |
gnu: r-cmplot: Update to 4.0.0.
* gnu/packages/cran.scm (r-cmplot): Update to 4.0.0.
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 7468c1ce80..dc91108b42 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -9649,14 +9649,14 @@ from the @code{stats} package (plus some extra parameters).") (define-public r-cmplot (package (name "r-cmplot") - (version "3.7.0") + (version "4.0.0") (source (origin (method url-fetch) (uri (cran-uri "CMplot" version)) (sha256 (base32 - "0d6ww8pdrawdg5acbhiyi2jpmapf2ghixy9mi4kmsq8yg36pksfh")))) + "0xyh75y0c84nnkrv6c8xrvla54w51phgdwn8a69799f2r87z7c81")))) (properties `((upstream-name . "CMplot"))) (build-system r-build-system) (home-page "https://github.com/YinLiLin/CMplot") |