guix-commits
[Top][All Lists]
Advanced

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

15/111: gnu: r-rcppthread: Update to 2.0.2.


From: guix-commits
Subject: 15/111: gnu: r-rcppthread: Update to 2.0.2.
Date: Mon, 14 Mar 2022 02:25:09 -0400 (EDT)

rekado pushed a commit to branch wip-r
in repository guix.

commit aaf2e911b42e269f7cf79c27959d8c1b48b38b39
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Mar 12 23:04:20 2022 +0100

    gnu: r-rcppthread: Update to 2.0.2.
    
    * gnu/packages/cran.scm (r-rcppthread): Update to 2.0.2.
---
 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 de16acad41..5840413441 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -3427,14 +3427,14 @@ and Francois (2011, JSS), and the book by Eddelbuettel 
(2013, Springer); see
 (define-public r-rcppthread
   (package
     (name "r-rcppthread")
-    (version "2.0.1")
+    (version "2.0.2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "RcppThread" version))
        (sha256
         (base32
-         "1hcxdk9mhsnrgg2bp7ls165abwb7b5grgh1gvf2i7sqrf9ggwa09"))))
+         "1hkv4074b1lm60rgryhl6167axbc54ci2qxlsan079ak6vzlx31b"))))
     (properties `((upstream-name . "RcppThread")))
     (build-system r-build-system)
     (home-page



reply via email to

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