gnu: r-quantmod: Update to 0.4-16.

* gnu/packages/cran.scm (r-quantmod): Update to 0.4-16.
This commit is contained in:
Ricardo Wurmus 2020-03-09 08:40:35 +01:00
parent bcbcd17d45
commit 207ba868a3
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4424,14 +4424,14 @@ (define-public r-aggregation
(define-public r-quantmod
(package
(name "r-quantmod")
(version "0.4-15")
(version "0.4-16")
(source
(origin
(method url-fetch)
(uri (cran-uri "quantmod" version))
(sha256
(base32
"0lyzaf5ypk93v6zj9gdghy05cc7cxgn9yasv1apx5r6qsjcfgwky"))))
"12l5br8abr1yagxqjnjvqzp79sqsv5vx56cxs37gk73r474f4vc2"))))
(build-system r-build-system)
(propagated-inputs
`(("r-curl" ,r-curl)