me
/
guix
Archived
1
0
Fork 0

gnu: r-quantmod: Update to 0.4.18.

* gnu/packages/cran.scm (r-quantmod): Update to 0.4.18.
master
Ricardo Wurmus 2020-12-09 21:57:25 +01:00
parent 514848aebc
commit 114a0fb5a5
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5268,14 +5268,14 @@ Fisher's method), and Sidak correction.")
(define-public r-quantmod
(package
(name "r-quantmod")
(version "0.4.17")
(version "0.4.18")
(source
(origin
(method url-fetch)
(uri (cran-uri "quantmod" version))
(sha256
(base32
"1ss441rwlr88kz212m0wgx0hwgwi41rhy1jncg2lgqzqfvr5dzqa"))))
"0dbcrncv06iqcbkky95dd7l32xq0hhbnkb0kj8wwzym1jf748h5a"))))
(build-system r-build-system)
(propagated-inputs
`(("r-curl" ,r-curl)