mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: r-squarem: Update to 2020.1.
* gnu/packages/cran.scm (r-squarem): Update to 2020.1.
This commit is contained in:
parent
e931661af8
commit
59d78145d7
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue