guix-commits
[Top][All Lists]
Advanced

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

37/174: gnu: r-rcppthread: Update to 2.1.5.


From: guix-commits
Subject: 37/174: gnu: r-rcppthread: Update to 2.1.5.
Date: Tue, 11 Jul 2023 14:48:05 -0400 (EDT)

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

commit b43fc948b2f49b58aff1a263167f91b6ba1bbeef
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jul 11 15:35:22 2023 +0200

    gnu: r-rcppthread: Update to 2.1.5.
    
    * gnu/packages/cran.scm (r-rcppthread): Update to 2.1.5.
    [native-inputs]: Add r-r-rsp.
---
 gnu/packages/cran.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 2712f337f4..6aca1c233d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5640,16 +5640,17 @@ functions and compiled functions callable by other 
packages.")
 (define-public r-rcppthread
   (package
     (name "r-rcppthread")
-    (version "2.1.3")
+    (version "2.1.5")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "RcppThread" version))
        (sha256
         (base32
-         "0iprpidf7q1wlrgr9dwiikb6apqk80pyjcyni56k64nl7lrkszhj"))))
+         "0rra7qqbq2y4bj54x76559p5ghpj3r03c4vlpg96phwafwnc2y8m"))))
     (properties `((upstream-name . "RcppThread")))
     (build-system r-build-system)
+    (native-inputs (list r-r-rsp))
     (home-page
      "https://github.com/tnagler/RcppThread";)
     (synopsis "R threading in C++")



reply via email to

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