gnu: r-squarem: Update to 2021.1.
* gnu/packages/cran.scm (r-squarem): Update to 2021.1.
This commit is contained in:
parent
93cbf7b6b9
commit
73723bb23f
1 changed files with 2 additions and 2 deletions
|
@ -3388,14 +3388,14 @@ contexts.")
|
||||||
(define-public r-squarem
|
(define-public r-squarem
|
||||||
(package
|
(package
|
||||||
(name "r-squarem")
|
(name "r-squarem")
|
||||||
(version "2020.5")
|
(version "2021.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "SQUAREM" version))
|
(uri (cran-uri "SQUAREM" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1f0j5pbsz2wi7dfl8h8gvdl991bjywiwkd2f6z0xgkh87kl5y0b4"))))
|
"0n1s32l9p4vdm3h5q6g43s0qbpzry08difsh0yay80wrla6f3rb6"))))
|
||||||
(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")
|
||||||
|
|
Reference in a new issue