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.2.

* gnu/packages/cran.scm (r-squarem): Update to 2020.2.
This commit is contained in:
Ricardo Wurmus 2020-02-22 13:51:17 +01:00
parent 0a7a363492
commit b47b08fc47
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2636,14 +2636,14 @@ contexts.")
(define-public r-squarem
(package
(name "r-squarem")
(version "2020.1")
(version "2020.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "SQUAREM" version))
(sha256
(base32
"0v4ax1v8diw2w7fdhfzz1z0bwixkmcrc39ax3y116f399rc06qbs"))))
"1j6sa93xjvynnzx9jx79a3fysbykmbqyknknsqif5bcha6xp6cvf"))))
(properties `((upstream-name . "SQUAREM")))
(build-system r-build-system)
(home-page "https://coah.jhu.edu/people/Faculty_personal_Pages/Varadhan.html")