guix-commits
[Top][All Lists]
Advanced

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

07/20: gnu: r-quantmod: Update to 0.4.17.


From: guix-commits
Subject: 07/20: gnu: r-quantmod: Update to 0.4.17.
Date: Wed, 1 Apr 2020 05:21:57 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit c7e4a01669be0be35e75cd21f84a372fb6cf4c7f
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Wed Apr 1 11:11:28 2020 +0200

    gnu: r-quantmod: Update to 0.4.17.
    
    * gnu/packages/cran.scm (r-quantmod): Update to 0.4.17.
---
 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 1a36179..a7ca4d5 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4435,14 +4435,14 @@ Fisher's method), and Sidak correction.")
 (define-public r-quantmod
   (package
     (name "r-quantmod")
-    (version "0.4-16")
+    (version "0.4.17")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "quantmod" version))
        (sha256
         (base32
-         "12l5br8abr1yagxqjnjvqzp79sqsv5vx56cxs37gk73r474f4vc2"))))
+         "1ss441rwlr88kz212m0wgx0hwgwi41rhy1jncg2lgqzqfvr5dzqa"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-curl" ,r-curl)



reply via email to

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