mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 10:20:14 +01:00
gnu: r-quantmod: Update to 0.4.23.
* gnu/packages/cran.scm (r-quantmod): Update to 0.4.23.
This commit is contained in:
parent
b3be4e8ea7
commit
d37077053e
1 changed files with 2 additions and 2 deletions
|
@ -9814,14 +9814,14 @@ Fisher's method), and Sidak correction.")
|
||||||
(define-public r-quantmod
|
(define-public r-quantmod
|
||||||
(package
|
(package
|
||||||
(name "r-quantmod")
|
(name "r-quantmod")
|
||||||
(version "0.4.22")
|
(version "0.4.23")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "quantmod" version))
|
(uri (cran-uri "quantmod" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0pknwssha01hjsf3c7lgrabk2c3rzq5wa2m7mf8sz7wsrbqrd57j"))))
|
"0jjhkcp51j7bfvv9f8sid8vkrf2a8g5hvshplsn0szzc3z6vaz2d"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-curl r-jsonlite r-ttr r-xts r-zoo))
|
(list r-curl r-jsonlite r-ttr r-xts r-zoo))
|
||||||
|
|
Loading…
Add table
Reference in a new issue