gnu: r-performanceanalytics: Update to 2.0.4.

* gnu/packages/cran.scm (r-performanceanalytics): Update to 2.0.4.
This commit is contained in:
Ricardo Wurmus 2020-02-19 21:07:07 +01:00
parent aed2fe3f77
commit 42e45862ea
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3586,14 +3586,14 @@ (define-public r-xts
(define-public r-performanceanalytics
(package
(name "r-performanceanalytics")
(version "1.5.3")
(version "2.0.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "PerformanceAnalytics" version))
(sha256
(base32
"0jhjldwyxwq7a47zmk5y1jjck7hvq92p8rlgjvdfy51hx2dmlqqd"))))
"0ci26hsj4wnw9g0mh4vrn0cg986cpcpx169rvw6v6rbnjxq718bq"))))
(properties
`((upstream-name . "PerformanceAnalytics")))
(build-system r-build-system)