guix-commits
[Top][All Lists]
Advanced

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

05/13: gnu: r-quantmod: Update to 0.4.26.


From: guix-commits
Subject: 05/13: gnu: r-quantmod: Update to 0.4.26.
Date: Thu, 15 Feb 2024 08:13:13 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit d9d471ba1ae04139acd3bb0a546161612082f7cb
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Feb 15 14:12:12 2024 +0100

    gnu: r-quantmod: Update to 0.4.26.
    
    * gnu/packages/cran.scm (r-quantmod): Update to 0.4.26.
    
    Change-Id: Ibe4e9a086155ab9faf903221a7da72e362589f67
---
 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 5efca4b1ae..492b3374f2 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -11221,14 +11221,14 @@ Fisher's method), and Sidak correction.")
 (define-public r-quantmod
   (package
     (name "r-quantmod")
-    (version "0.4.25")
+    (version "0.4.26")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "quantmod" version))
        (sha256
         (base32
-         "0cjvz6hd4q0fd87d54wxfaka3awi9jzj8a7x72jawkdxbza9c61z"))))
+         "165vp2ygry8ibcpxjbyfvfrjbv98syln12kkyzci2ygp84r5sv1r"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-curl r-jsonlite r-ttr r-xts r-zoo))



reply via email to

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