gnu: r-quantmod: Update to 0.4.20.

* gnu/packages/cran.scm (r-quantmod): Update to 0.4.20.
This commit is contained in:
Ricardo Wurmus 2022-05-28 08:30:19 +02:00
parent 20e8098845
commit 336d2a712c
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -7212,14 +7212,14 @@ (define-public r-aggregation
(define-public r-quantmod
(package
(name "r-quantmod")
(version "0.4.18")
(version "0.4.20")
(source
(origin
(method url-fetch)
(uri (cran-uri "quantmod" version))
(sha256
(base32
"0dbcrncv06iqcbkky95dd7l32xq0hhbnkb0kj8wwzym1jf748h5a"))))
"154fqhw46kc7r08zsj5fsg97hg93phsli3z14xwmz22xb50xymzp"))))
(build-system r-build-system)
(propagated-inputs
(list r-curl r-ttr r-xts r-zoo))