mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 05:39:41 -05:00
gnu: r-rcppthread: Update to 2.1.7.
* gnu/packages/cran.scm (r-rcppthread): Update to 2.1.7. Change-Id: Ia97e0a99216feaeed4fb6971da36d8521cc0414d
This commit is contained in:
parent
f87e3e4da5
commit
33926bc834
1 changed files with 2 additions and 2 deletions
|
@ -6561,14 +6561,14 @@ (define-public r-rcppspdlog
|
|||
(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))
|
||||
|
|
Loading…
Reference in a new issue