gnu: r-squarem: Update to 2020.1.

* gnu/packages/cran.scm (r-squarem): Update to 2020.1.
This commit is contained in:
Ricardo Wurmus 2020-01-16 05:40:50 +01:00
parent e931661af8
commit 59d78145d7
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2635,14 +2635,14 @@ (define-public r-cvst
(define-public r-squarem (define-public r-squarem
(package (package
(name "r-squarem") (name "r-squarem")
(version "2017.10-1") (version "2020.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
"10xj26x7qjyvzndnbjl5krr9wabnb9cbrnp3m7xg673g8ddr12cv")))) "0v4ax1v8diw2w7fdhfzz1z0bwixkmcrc39ax3y116f399rc06qbs"))))
(properties `((upstream-name . "SQUAREM"))) (properties `((upstream-name . "SQUAREM")))
(build-system r-build-system) (build-system r-build-system)
(home-page "http://www.jhsph.edu/agingandhealth/People/Faculty_personal_pages/Varadhan.html") (home-page "http://www.jhsph.edu/agingandhealth/People/Faculty_personal_pages/Varadhan.html")