mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: r-mass: Update to 7.3-59.
* gnu/packages/statistics.scm (r-mass): Update to 7.3-59.
This commit is contained in:
parent
5ab7f2d65e
commit
5ebe950281
1 changed files with 2 additions and 2 deletions
|
@ -512,14 +512,14 @@ (define-public r-boot
|
|||
(define-public r-mass
|
||||
(package
|
||||
(name "r-mass")
|
||||
(version "7.3-58.3")
|
||||
(version "7.3-59")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "MASS" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1bkrbhm230nm4px1rw93mxhigpvivinj22f7r4mx786whaamkra2"))))
|
||||
"0nns634h23lhdpy6ic47mfrji9xalw0qxzprnzxkaa55qyz00hj5"))))
|
||||
(properties `((upstream-name . "MASS")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://www.stats.ox.ac.uk/pub/MASS4/")
|
||||
|
|
Loading…
Reference in a new issue