3
5
Fork 0
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:
Ricardo Wurmus 2020-10-31 13:41:07 +01:00
parent 0fb3b3a73e
commit 5cb0f751eb
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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")