mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: r-rcppthread: Update to 2.1.6.
* gnu/packages/cran.scm (r-rcppthread): Update to 2.1.6. Change-Id: I242d8099bdfaf039a3913cf8afc71ebf6335df5f
This commit is contained in:
parent
0e36a85463
commit
a56ae72724
1 changed files with 2 additions and 2 deletions
|
@ -6016,14 +6016,14 @@ (define-public r-rcppspdlog
|
||||||
(define-public r-rcppthread
|
(define-public r-rcppthread
|
||||||
(package
|
(package
|
||||||
(name "r-rcppthread")
|
(name "r-rcppthread")
|
||||||
(version "2.1.5")
|
(version "2.1.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "RcppThread" version))
|
(uri (cran-uri "RcppThread" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0rra7qqbq2y4bj54x76559p5ghpj3r03c4vlpg96phwafwnc2y8m"))))
|
"1997ka0dd36d79fb4crqq0ar3bgzdv4mw5hd6v2pmq7555g0qiz9"))))
|
||||||
(properties `((upstream-name . "RcppThread")))
|
(properties `((upstream-name . "RcppThread")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs (list r-r-rsp))
|
(native-inputs (list r-r-rsp))
|
||||||
|
|
Loading…
Reference in a new issue