gnu: r-squarem: Update to 2020.4.

* gnu/packages/cran.scm (r-squarem): Update to 2020.4.
This commit is contained in:
Ricardo Wurmus 2020-08-30 23:28:02 +02:00
parent dd14f48845
commit 02e47f76cf
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3013,14 +3013,14 @@ (define-public r-cvst
(define-public r-squarem
(package
(name "r-squarem")
(version "2020.3")
(version "2020.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "SQUAREM" version))
(sha256
(base32
"17l05i87vwvcsk79fbg52zrx04zdlwiiyl3ga8qafs7mqx0j976q"))))
"1r2yxfiqbpwy5ccg94r7f6sz7lh5aq0xjpf632s42wgmml1dvlzb"))))
(properties `((upstream-name . "SQUAREM")))
(build-system r-build-system)
(home-page "https://coah.jhu.edu/people/Faculty_personal_Pages/Varadhan.html")