me
/
guix
Archived
1
0
Fork 0

gnu: r-quantmod: Update to 0.4.20.

* gnu/packages/cran.scm (r-quantmod): Update to 0.4.20.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -7212,14 +7212,14 @@ Fisher's method), and Sidak correction.")
(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))