me
/
guix
Archived
1
0
Fork 0

gnu: r-squarem: Update to 2020.4.

* gnu/packages/cran.scm (r-squarem): Update to 2020.4.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -3013,14 +3013,14 @@ contexts.")
(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")