guix-commits
[Top][All Lists]
Advanced

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

19/42: gnu: r-multcomp: Update to 1.4-13.


From: guix-commits
Subject: 19/42: gnu: r-multcomp: Update to 1.4-13.
Date: Tue, 14 Apr 2020 10:44:33 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 50df1d7b3778a5c32395b1589189bd3cf4eca129
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Tue Apr 14 16:03:39 2020 +0200

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



reply via email to

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