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

* gnu/packages/cran.scm (r-quantmod): Update to 0.4-13.
This commit is contained in:
Ricardo Wurmus 2018-04-21 08:42:06 +02:00
parent cb9f404187
commit d087f47d61
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2779,14 +2779,14 @@ (define-public r-sapa
(define-public r-quantmod
(package
(name "r-quantmod")
(version "0.4-12")
(version "0.4-13")
(source
(origin
(method url-fetch)
(uri (cran-uri "quantmod" version))
(sha256
(base32
"0y7gh0k1s10vdsfch8777avbhf99mc9crikvx7ahqrw0j631vmhq"))))
"16aldg96z7amp5mr90nb8127yy04gxsihfr26km5p3cx3j117yv0"))))
(build-system r-build-system)
(propagated-inputs
`(("r-curl" ,r-curl)