guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/39: gnu: r-quantmod: Update to 0.4.22.


From: guix-commits
Subject: 10/39: gnu: r-quantmod: Update to 0.4.22.
Date: Mon, 17 Apr 2023 05:12:23 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit d9cef2c152d36e88142c0d5aecb8b7f59a982cbf
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Apr 17 11:10:33 2023 +0200

    gnu: r-quantmod: Update to 0.4.22.
    
    * gnu/packages/cran.scm (r-quantmod): Update to 0.4.22.
    [propagated-inputs]: Add r-jsonlite.
---
 gnu/packages/cran.scm | 6 +++---
 1 file 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]