guix-commits
[Top][All Lists]
Advanced

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

94/244: gnu: r-quantmod: Update to 0.4.21.


From: guix-commits
Subject: 94/244: gnu: r-quantmod: Update to 0.4.21.
Date: Wed, 12 Apr 2023 08:47:28 -0400 (EDT)

apteryx pushed a commit to branch staging
in repository guix.

commit bb91a2c0406b1eaec83e94509e1ede73ae3c6713
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Apr 6 17:32:36 2023 +0200

    gnu: r-quantmod: Update to 0.4.21.
    
    * gnu/packages/cran.scm (r-quantmod): Update to 0.4.21.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 6a6cacdbaa..15537be8fb 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9499,14 +9499,14 @@ Fisher's method), and Sidak correction.")
 (define-public r-quantmod
   (package
     (name "r-quantmod")
-    (version "0.4.20")
+    (version "0.4.21")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "quantmod" version))
        (sha256
         (base32
-         "154fqhw46kc7r08zsj5fsg97hg93phsli3z14xwmz22xb50xymzp"))))
+         "1qmpdk91smiqg63h4jsrw4izl4pnbgwlzi16zjvin0fs29kx01jf"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-curl r-ttr r-xts r-zoo))



reply via email to

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