guix-commits
[Top][All Lists]
Advanced

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

07/68: gnu: r-rcppthread: Update to 2.1.2.


From: guix-commits
Subject: 07/68: gnu: r-rcppthread: Update to 2.1.2.
Date: Tue, 15 Mar 2022 15:14:05 -0400 (EDT)

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

commit 9decd28cb78d752eb056fa0b18d7be3904864e7d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Mar 15 14:28:30 2022 +0100

    gnu: r-rcppthread: Update to 2.1.2.
    
    * gnu/packages/cran.scm (r-rcppthread): Update to 2.1.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 7e6f8b875f..c1fb653b95 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.2")
+    (version "2.1.2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "RcppThread" version))
        (sha256
         (base32
-         "1hkv4074b1lm60rgryhl6167axbc54ci2qxlsan079ak6vzlx31b"))))
+         "0a8767q4p76rfamss1w2vnx4h1229nmwymp1q63li2q5b87wipqp"))))
     (properties `((upstream-name . "RcppThread")))
     (build-system r-build-system)
     (home-page



reply via email to

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