guix-commits
[Top][All Lists]
Advanced

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

14/40: gnu: r-cmplot: Update to 4.5.1.


From: guix-commits
Subject: 14/40: gnu: r-cmplot: Update to 4.5.1.
Date: Tue, 23 Jan 2024 07:43:30 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit e2284fa77d2b70c3ea273b63068caa01a6574562
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jan 23 08:26:11 2024 +0100

    gnu: r-cmplot: Update to 4.5.1.
    
    * gnu/packages/cran.scm (r-cmplot): Update to 4.5.1.
    
    Change-Id: I34faf9e7c4b786aaae660ba18c65b429304db601
---
 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 0223bffd79..a9f395b26e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -14964,14 +14964,14 @@ from the @code{stats} package (plus some extra 
parameters).")
 (define-public r-cmplot
   (package
     (name "r-cmplot")
-    (version "4.5.0")
+    (version "4.5.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "CMplot" version))
        (sha256
         (base32
-         "1gg3pq55shh9khw5bsrdhk0yqgyr9xhdzqhaqksihka64wsqmhd3"))))
+         "0ml6n1wjxrnq13042jihpjlmm6vmkaiks9n49qp7v7rg47gn2ik8"))))
     (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]