me
/
guix
Archived
1
0
Fork 0

gnu: r-quantmod: Update to 0.4.25.

* gnu/packages/cran.scm (r-quantmod): Update to 0.4.25.
Ricardo Wurmus 2023-08-28 14:16:20 +02:00
parent 779c8ed646
commit 836c064927
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -10184,14 +10184,14 @@ Fisher's method), and Sidak correction.")
(define-public r-quantmod
(package
(name "r-quantmod")
(version "0.4.23")
(version "0.4.25")
(source
(origin
(method url-fetch)
(uri (cran-uri "quantmod" version))
(sha256
(base32
"0jjhkcp51j7bfvv9f8sid8vkrf2a8g5hvshplsn0szzc3z6vaz2d"))))
"0cjvz6hd4q0fd87d54wxfaka3awi9jzj8a7x72jawkdxbza9c61z"))))
(build-system r-build-system)
(propagated-inputs
(list r-curl r-jsonlite r-ttr r-xts r-zoo))