guix-commits
[Top][All Lists]
Advanced

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

59/214: gnu: r-cmplot: Update to 4.1.0.


From: guix-commits
Subject: 59/214: gnu: r-cmplot: Update to 4.1.0.
Date: Sat, 28 May 2022 04:37:26 -0400 (EDT)

rekado pushed a commit to branch wip-r
in repository guix.

commit 1fa8c5d61df38d3e058cdb77cf4875bf8c6bd0ed
Author: Ricardo Wurmus <rekado@elephly.net>
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";)



reply via email to

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