mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-22 18:49:14 -05:00
gnu: r-sitmo: Update to 2.0.2.
* gnu/packages/cran.scm (r-sitmo): Update to 2.0.2. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
89618cb5f4
commit
77dbd84370
1 changed files with 4 additions and 2 deletions
|
@ -19023,16 +19023,18 @@ (define-public r-clue
|
||||||
(define-public r-sitmo
|
(define-public r-sitmo
|
||||||
(package
|
(package
|
||||||
(name "r-sitmo")
|
(name "r-sitmo")
|
||||||
(version "2.0.1")
|
(version "2.0.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "sitmo" version))
|
(uri (cran-uri "sitmo" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0apdhwy3kxs39agsbvx5vn3xsgb22bf3jrwmr2cmqk9kmxbx740c"))))
|
"1hm89zi38ldgbskyx1cn7gm87yqy7zrxli8q05a36y1ndvazi3j4"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs `(("r-rcpp" ,r-rcpp)))
|
(propagated-inputs `(("r-rcpp" ,r-rcpp)))
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
(home-page "https://github.com/coatless/sitmo/")
|
(home-page "https://github.com/coatless/sitmo/")
|
||||||
(synopsis "Parallel pseudo random number generator header files")
|
(synopsis "Parallel pseudo random number generator header files")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue