guix-commits
[Top][All Lists]
Advanced

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

23/86: gnu: r-emmeans: Update to 1.5.5-1.


From: guix-commits
Subject: 23/86: gnu: r-emmeans: Update to 1.5.5-1.
Date: Wed, 7 Apr 2021 21:21:51 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 8f0c5bd3ebdc083967c105cf20b9dfbff790eebc
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Apr 8 02:25:53 2021 +0200

    gnu: r-emmeans: Update to 1.5.5-1.
    
    * gnu/packages/cran.scm (r-emmeans): Update to 1.5.5-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 ff368b6..9b400ca 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -10110,14 +10110,14 @@ Hothorn, Westfall, 2010, CRC Press).")
 (define-public r-emmeans
   (package
     (name "r-emmeans")
-    (version "1.5.4")
+    (version "1.5.5-1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "emmeans" version))
        (sha256
         (base32
-         "1rbh3ls23fazrwpsam5llk3kqdzz2zvsms3i4f1cgn34ky3w8361"))))
+         "0l5dd71ihhs7zy6ygniy07iisgy7a1ai1w41hqf84swb0j3cl6iz"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-estimability" ,r-estimability)



reply via email to

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