mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-mass: Update to 7.3-50.
* gnu/packages/statistics.scm (r-mass): Update to 7.3-50.
This commit is contained in:
parent
506737f191
commit
e120533369
1 changed files with 2 additions and 2 deletions
|
@ -318,14 +318,14 @@ (define-public r-boot
|
||||||
(define-public r-mass
|
(define-public r-mass
|
||||||
(package
|
(package
|
||||||
(name "r-mass")
|
(name "r-mass")
|
||||||
(version "7.3-49")
|
(version "7.3-50")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "MASS" version))
|
(uri (cran-uri "MASS" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1yjbnj1p4z0vw84wga8q5fyqiw4n6r7pc6rdwam7vsbiamyzfcqs"))))
|
"16hasv9k4n773jsyzvh8s3gbga49hwdj8n5hxij6zqisy4i0kxq6"))))
|
||||||
(properties `((upstream-name . "MASS")))
|
(properties `((upstream-name . "MASS")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "http://www.stats.ox.ac.uk/pub/MASS4/")
|
(home-page "http://www.stats.ox.ac.uk/pub/MASS4/")
|
||||||
|
|
Loading…
Reference in a new issue