guix-commits
[Top][All Lists]
Advanced

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

15/40: gnu: r-quantmod: Update to 0.4-15.


From: guix-commits
Subject: 15/40: gnu: r-quantmod: Update to 0.4-15.
Date: Fri, 28 Jun 2019 19:34:57 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 22b2d8b97f84c8ccfdd2d40aba54e4d2e58f12bc
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jun 29 01:20:38 2019 +0200

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



reply via email to

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