[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/05: gnu: r-mass: Update to 7.3-50.
From: |
Tobias Geerinckx-Rice |
Subject: |
02/05: gnu: r-mass: Update to 7.3-50. |
Date: |
Tue, 1 May 2018 13:34:36 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit e120533369c095f38474426d77266f162476b1fe
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Tue May 1 19:23:44 2018 +0200
gnu: r-mass: Update to 7.3-50.
* gnu/packages/statistics.scm (r-mass): Update to 7.3-50.
---
gnu/packages/statistics.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 11c7dac..6175050 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -318,14 +318,14 @@ D.V. Hinkley (1997, CUP), originally written by Angelo
Canty for S.")
(define-public r-mass
(package
(name "r-mass")
- (version "7.3-49")
+ (version "7.3-50")
(source
(origin
(method url-fetch)
(uri (cran-uri "MASS" version))
(sha256
(base32
- "1yjbnj1p4z0vw84wga8q5fyqiw4n6r7pc6rdwam7vsbiamyzfcqs"))))
+ "16hasv9k4n773jsyzvh8s3gbga49hwdj8n5hxij6zqisy4i0kxq6"))))
(properties `((upstream-name . "MASS")))
(build-system r-build-system)
(home-page "http://www.stats.ox.ac.uk/pub/MASS4/")