gnu: r-squarem: Update to 2020.3.

* gnu/packages/cran.scm (r-squarem): Update to 2020.3.
This commit is contained in:
Ricardo Wurmus 2020-06-11 15:05:43 +02:00
parent e88411168c
commit b69ff7ac56
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2814,14 +2814,14 @@ (define-public r-cvst
(define-public r-squarem (define-public r-squarem
(package (package
(name "r-squarem") (name "r-squarem")
(version "2020.2") (version "2020.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "SQUAREM" version)) (uri (cran-uri "SQUAREM" version))
(sha256 (sha256
(base32 (base32
"1j6sa93xjvynnzx9jx79a3fysbykmbqyknknsqif5bcha6xp6cvf")))) "17l05i87vwvcsk79fbg52zrx04zdlwiiyl3ga8qafs7mqx0j976q"))))
(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")