guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

23/67: gnu: r-cmplot: Update to 4.0.0.


From: guix-commits
Subject: 23/67: gnu: r-cmplot: Update to 4.0.0.
Date: Sun, 23 Jan 2022 08:06:39 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 088962bcbcdcd68507397083bc9a484cb27af9c6
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Jan 23 13:33:33 2022 +0100

    gnu: r-cmplot: Update to 4.0.0.
    
    * gnu/packages/cran.scm (r-cmplot): Update to 4.0.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 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";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]