guix-commits
[Top][All Lists]
Advanced

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

39/40: gnu: r-synchronicity: Update to 1.3.10.


From: guix-commits
Subject: 39/40: gnu: r-synchronicity: Update to 1.3.10.
Date: Thu, 11 Jan 2024 06:29:28 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 6d93c327dfd104e3dafec0d08d70f515de614ae2
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Jan 11 11:45:26 2024 +0100

    gnu: r-synchronicity: Update to 1.3.10.
    
    * gnu/packages/statistics.scm (r-synchronicity): Update to 1.3.10.
    
    Change-Id: I2e714a32794671f2957687c2b84010538ae8ce3c
---
 gnu/packages/statistics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index e85e7e93eb..0347676d60 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -4200,14 +4200,14 @@ bigmemory and synchronicity packages.")
 (define-public r-synchronicity
   (package
     (name "r-synchronicity")
-    (version "1.3.5")
+    (version "1.3.10")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "synchronicity" version))
        (sha256
         (base32
-         "1kgsk64aifjm3mfj102y3va7x1abypq2zi0cqbnjhl8fqyzp69hx"))))
+         "12svf4xzb9s3m1h2ddqgl6q2v57ifsj2p80j8cg2k0543a43pww2"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-bh r-bigmemory-sri r-rcpp r-uuid))



reply via email to

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