mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: r-mass: Update to 7.3-60.2.
* gnu/packages/statistics.scm (r-mass): Update to 7.3-60.2. Change-Id: I351639b3c07afebdc5d59866e493214fcb07c36b
This commit is contained in:
parent
9b27e26df7
commit
fa1f85c777
1 changed files with 2 additions and 2 deletions
|
@ -539,14 +539,14 @@ (define-public r-boot
|
|||
(define-public r-mass
|
||||
(package
|
||||
(name "r-mass")
|
||||
(version "7.3-60.0.1")
|
||||
(version "7.3-60.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "MASS" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1gdd2gyqngvgnm0bxc3a33nykrx2rbfmxj82i7bh7f1961cr7pvl"))))
|
||||
"13ky8mbni09zviv5lan10ff6l2klsfv7v3vmfq88dxpz8xknx75v"))))
|
||||
(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