guix-commits
[Top][All Lists]
Advanced

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

56/150: gnu: r-sjstats: Update to 0.18.1.


From: guix-commits
Subject: 56/150: gnu: r-sjstats: Update to 0.18.1.
Date: Wed, 20 Jan 2021 11:20:52 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit c614701ee800370714f51ce3614ed1958071108e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 20 17:10:08 2021 +0100

    gnu: r-sjstats: Update to 0.18.1.
    
    * gnu/packages/cran.scm (r-sjstats): Update to 0.18.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 885bf63..7d5aded 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9515,13 +9515,13 @@ detection, parallelism through BLAS and parallel user 
templates.")
 (define-public r-sjstats
   (package
     (name "r-sjstats")
-    (version "0.18.0")
+    (version "0.18.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "sjstats" version))
        (sha256
-        (base32 "17b1fcrhgjw66qa8zk2jj1bvz3vp5bnjn3p4y1wsg5ng5nxq8jz0"))))
+        (base32 "1cv80yjnyh6qihxf57zivihhia20gibr5f03x8aspy6382wnwlka"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-bayestestr" ,r-bayestestr)



reply via email to

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