mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: r-squarem: Update to 2020.5.
* gnu/packages/cran.scm (r-squarem): Update to 2020.5.
This commit is contained in:
parent
0fb3b3a73e
commit
5cb0f751eb
1 changed files with 2 additions and 2 deletions
|
@ -3155,14 +3155,14 @@ contexts.")
|
|||
(define-public r-squarem
|
||||
(package
|
||||
(name "r-squarem")
|
||||
(version "2020.4")
|
||||
(version "2020.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "SQUAREM" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1r2yxfiqbpwy5ccg94r7f6sz7lh5aq0xjpf632s42wgmml1dvlzb"))))
|
||||
"1f0j5pbsz2wi7dfl8h8gvdl991bjywiwkd2f6z0xgkh87kl5y0b4"))))
|
||||
(properties `((upstream-name . "SQUAREM")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://coah.jhu.edu/people/Faculty_personal_Pages/Varadhan.html")
|
||||
|
|
Loading…
Reference in a new issue