guix-commits
[Top][All Lists]
Advanced

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

29/89: gnu: r-multcomp: Update to 1.4-14.


From: guix-commits
Subject: 29/89: gnu: r-multcomp: Update to 1.4-14.
Date: Mon, 5 Oct 2020 18:34:50 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 336804fc1d86e954a2f8780f9991b6cbbf810eae
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Oct 5 22:13:33 2020 +0200

    gnu: r-multcomp: Update to 1.4-14.
    
    * gnu/packages/cran.scm (r-multcomp): Update to 1.4-14.
---
 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 8716e23..ecc1d56 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -8989,14 +8989,14 @@ packages maintained by Torsten Hothorn.")
 (define-public r-multcomp
   (package
     (name "r-multcomp")
-    (version "1.4-13")
+    (version "1.4-14")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "multcomp" version))
        (sha256
         (base32
-         "1nszi22rcc551yc75h9cdfkdqsxw1rz30vadazmpyzihp1bh63yk"))))
+         "14a55isy1sp745s109nirlk5fryy144cri6dl8y9d9wjhfxz336a"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-codetools" ,r-codetools)



reply via email to

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