me
/
guix
Archived
1
0
Fork 0

gnu: r-quantmod: Update to 0.4.21.

* gnu/packages/cran.scm (r-quantmod): Update to 0.4.21.
master
Ricardo Wurmus 2023-04-06 17:32:36 +02:00
parent b218a9c49c
commit e521bcbd8b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -9499,14 +9499,14 @@ Fisher's method), and Sidak correction.")
(define-public r-quantmod
(package
(name "r-quantmod")
(version "0.4.20")
(version "0.4.21")
(source
(origin
(method url-fetch)
(uri (cran-uri "quantmod" version))
(sha256
(base32
"154fqhw46kc7r08zsj5fsg97hg93phsli3z14xwmz22xb50xymzp"))))
"1qmpdk91smiqg63h4jsrw4izl4pnbgwlzi16zjvin0fs29kx01jf"))))
(build-system r-build-system)
(propagated-inputs
(list r-curl r-ttr r-xts r-zoo))