guix-commits
[Top][All Lists]
Advanced

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

08/22: gnu: r-multcompview: Update to 0.1-10.


From: guix-commits
Subject: 08/22: gnu: r-multcompview: Update to 0.1-10.
Date: Mon, 11 Mar 2024 08:33:50 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 5ae2cc7f5007a48b6682ff1cde507086bca2d7a8
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Mar 11 13:30:17 2024 +0100

    gnu: r-multcompview: Update to 0.1-10.
    
    * gnu/packages/cran.scm (r-multcompview): Update to 0.1-10.
    
    Change-Id: I87369df94b804ee2b51a194bb1f7a6f8a20eae63
---
 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 ff5f080bbe..1917b27a57 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -17068,13 +17068,13 @@ Hothorn, Westfall, 2010, CRC Press).")
 (define-public r-multcompview
   (package
     (name "r-multcompview")
-    (version "0.1-9")
+    (version "0.1-10")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "multcompView" version))
        (sha256
-        (base32 "15vki166n2k4ng72hy62c2mzz18s10h6l6w839qplg0zsplr6f8z"))))
+        (base32 "12mdk12xciq1d3zn94rixahhcah2qq41lvb5n4kzgjaq4yr4kwiq"))))
     (properties `((upstream-name . "multcompView")))
     (build-system r-build-system)
     (home-page "https://cran.r-project.org/package=multcompView";)



reply via email to

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