mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: r-performanceanalytics: Update to 2.0.4.
* gnu/packages/cran.scm (r-performanceanalytics): Update to 2.0.4.
This commit is contained in:
parent
aed2fe3f77
commit
42e45862ea
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue