guix-commits
[Top][All Lists]
Advanced

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

05/45: gnu: r-rcppthread: Update to 2.1.7.


From: guix-commits
Subject: 05/45: gnu: r-rcppthread: Update to 2.1.7.
Date: Sat, 10 Feb 2024 07:53:29 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 33926bc83411978c8096c5e8c33280958e48d1d9
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Feb 10 13:02:28 2024 +0100

    gnu: r-rcppthread: Update to 2.1.7.
    
    * gnu/packages/cran.scm (r-rcppthread): Update to 2.1.7.
    
    Change-Id: Ia97e0a99216feaeed4fb6971da36d8521cc0414d
---
 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 1fe57d0ac6..fb4cbfc8e7 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -6561,14 +6561,14 @@ functions and compiled functions callable by other 
packages.")
 (define-public r-rcppthread
   (package
     (name "r-rcppthread")
-    (version "2.1.6")
+    (version "2.1.7")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "RcppThread" version))
        (sha256
         (base32
-         "1997ka0dd36d79fb4crqq0ar3bgzdv4mw5hd6v2pmq7555g0qiz9"))))
+         "1s5v4fa59gmjcd0cn7q7zy67ww9zwnly4apbgr87x9qkzgzbmpl8"))))
     (properties `((upstream-name . "RcppThread")))
     (build-system r-build-system)
     (native-inputs (list r-r-rsp))



reply via email to

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