mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: r-squarem: Update to 2020.4.
* gnu/packages/cran.scm (r-squarem): Update to 2020.4.
This commit is contained in:
parent
dd14f48845
commit
02e47f76cf
1 changed files with 2 additions and 2 deletions
|
@ -3013,14 +3013,14 @@ (define-public r-cvst
|
||||||
(define-public r-squarem
|
(define-public r-squarem
|
||||||
(package
|
(package
|
||||||
(name "r-squarem")
|
(name "r-squarem")
|
||||||
(version "2020.3")
|
(version "2020.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "SQUAREM" version))
|
(uri (cran-uri "SQUAREM" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"17l05i87vwvcsk79fbg52zrx04zdlwiiyl3ga8qafs7mqx0j976q"))))
|
"1r2yxfiqbpwy5ccg94r7f6sz7lh5aq0xjpf632s42wgmml1dvlzb"))))
|
||||||
(properties `((upstream-name . "SQUAREM")))
|
(properties `((upstream-name . "SQUAREM")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://coah.jhu.edu/people/Faculty_personal_Pages/Varadhan.html")
|
(home-page "https://coah.jhu.edu/people/Faculty_personal_Pages/Varadhan.html")
|
||||||
|
|
Loading…
Reference in a new issue