mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: r-squarem: Update to 2020.2.
* gnu/packages/cran.scm (r-squarem): Update to 2020.2.
This commit is contained in:
parent
0a7a363492
commit
b47b08fc47
1 changed files with 2 additions and 2 deletions
|
@ -2636,14 +2636,14 @@ (define-public r-cvst
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue