guix-commits
[Top][All Lists]
Advanced

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

03/36: gnu: r-rcppthread: Update to 2.0.1.


From: guix-commits
Subject: 03/36: gnu: r-rcppthread: Update to 2.0.1.
Date: Tue, 1 Feb 2022 13:35:58 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 627c039e22cea9833dd45e2ddf099c17da5d2027
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Feb 1 17:01:29 2022 +0100

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



reply via email to

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