diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-04-17 11:10:33 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-04-17 11:11:16 +0200 |
commit | d9cef2c152d36e88142c0d5aecb8b7f59a982cbf (patch) | |
tree | d0ae031fe66646cd84ea31a7cf4f49b950afe49e | |
parent | 1127830d3a0a124dc77b554fc2788fc4ff5761cd (diff) |
gnu: r-quantmod: Update to 0.4.22.
* gnu/packages/cran.scm (r-quantmod): Update to 0.4.22.
[propagated-inputs]: Add r-jsonlite.
-rw-r--r-- | gnu/packages/cran.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 38809c6da2..101663aef7 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -9499,17 +9499,17 @@ Fisher's method), and Sidak correction.") (define-public r-quantmod (package (name "r-quantmod") - (version "0.4.21") + (version "0.4.22") (source (origin (method url-fetch) (uri (cran-uri "quantmod" version)) (sha256 (base32 - "1qmpdk91smiqg63h4jsrw4izl4pnbgwlzi16zjvin0fs29kx01jf")))) + "0pknwssha01hjsf3c7lgrabk2c3rzq5wa2m7mf8sz7wsrbqrd57j")))) (build-system r-build-system) (propagated-inputs - (list r-curl r-ttr r-xts r-zoo)) + (list r-curl r-jsonlite r-ttr r-xts r-zoo)) (home-page "https://cran.r-project.org/web/packages/quantmod/") (synopsis "Quantitative financial modelling framework") (description "This package provides a quantitative financial modelling |