guix-commits
[Top][All Lists]
Advanced

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

05/16: gnu: r-quantmod: Update to 0.4-14.


From: guix-commits
Subject: 05/16: gnu: r-quantmod: Update to 0.4-14.
Date: Sun, 24 Mar 2019 15:37:04 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 42e7552dc8ab371bd351e789dc87986b198e5061
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Mar 24 11:26:06 2019 +0100

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



reply via email to

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