mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
gnu: r-libcoin: Update to 1.0-9.
* gnu/packages/cran.scm (r-libcoin): Update to 1.0-9.
This commit is contained in:
parent
ba77d9096a
commit
8492e24a1f
1 changed files with 2 additions and 2 deletions
|
@ -11214,13 +11214,13 @@ (define-public r-pwr
|
|||
(define-public r-libcoin
|
||||
(package
|
||||
(name "r-libcoin")
|
||||
(version "1.0-8")
|
||||
(version "1.0-9")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "libcoin" version))
|
||||
(sha256
|
||||
(base32 "0izgnr4zdrbz3a05b0s28xfly4izp2zslgh282l9ads4skrmj3hl"))))
|
||||
(base32 "1syrcdj5qg5m3zd3dlxgpfklswbalfg42w058dr09hnzqsvx0z9d"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs `(("r-mvtnorm" ,r-mvtnorm)))
|
||||
(home-page "https://cran.r-project.org/web/packages/libcoin")
|
||||
|
|
Loading…
Reference in a new issue