guix-commits
[Top][All Lists]
Advanced

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

07/17: gnu: r-emmeans: Update to 1.4.1.


From: guix-commits
Subject: 07/17: gnu: r-emmeans: Update to 1.4.1.
Date: Fri, 13 Sep 2019 18:41:14 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 28110e684275282e3a980b09e0cf04ef840a7485
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Sep 14 00:34:48 2019 +0200

    gnu: r-emmeans: Update to 1.4.1.
    
    * gnu/packages/cran.scm (r-emmeans): Update to 1.4.1.
---
 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 fbf0f8c..1f4f5e2 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -7879,14 +7879,14 @@ Hothorn, Westfall, 2010, CRC Press).")
 (define-public r-emmeans
   (package
     (name "r-emmeans")
-    (version "1.4")
+    (version "1.4.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "emmeans" version))
        (sha256
         (base32
-         "1ynf9hhbch83k63lwps69ijfch30fk5v0sc418ck264c5vih26dh"))))
+         "1fpawaxnmj67md169a9mzrnnh2d0c973xydfg6hw865933jil9lq"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-estimability" ,r-estimability)



reply via email to

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