mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 02:16:31 +01:00
gnu: r-rcppthread: Update to 2.1.3.
* gnu/packages/cran.scm (r-rcppthread): Update to 2.1.3.
This commit is contained in:
parent
b5c3a90adb
commit
6325f0e27d
1 changed files with 2 additions and 2 deletions
|
@ -3669,14 +3669,14 @@ and Francois (2011, JSS), and the book by Eddelbuettel (2013, Springer); see
|
|||
(define-public r-rcppthread
|
||||
(package
|
||||
(name "r-rcppthread")
|
||||
(version "2.1.2")
|
||||
(version "2.1.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "RcppThread" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0a8767q4p76rfamss1w2vnx4h1229nmwymp1q63li2q5b87wipqp"))))
|
||||
"0iprpidf7q1wlrgr9dwiikb6apqk80pyjcyni56k64nl7lrkszhj"))))
|
||||
(properties `((upstream-name . "RcppThread")))
|
||||
(build-system r-build-system)
|
||||
(home-page
|
||||
|
|
Loading…
Add table
Reference in a new issue