guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

35/79: gnu: r-mass: Update to 7.3-60.


From: guix-commits
Subject: 35/79: gnu: r-mass: Update to 7.3-60.
Date: Tue, 9 May 2023 09:27:10 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 7b2e40a43b3c9dbd8feb37cbccc2022a24773d8f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 9 14:25:49 2023 +0200

    gnu: r-mass: Update to 7.3-60.
    
    * gnu/packages/statistics.scm (r-mass): Update to 7.3-60.
---
 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 92c6978a22..482456e3a4 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -512,14 +512,14 @@ D.V. Hinkley (1997, CUP), originally written by Angelo 
Canty for S.")
 (define-public r-mass
   (package
     (name "r-mass")
-    (version "7.3-59")
+    (version "7.3-60")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "MASS" version))
        (sha256
         (base32
-         "0nns634h23lhdpy6ic47mfrji9xalw0qxzprnzxkaa55qyz00hj5"))))
+         "1hphf8m1zny4582rvfnl262ydf3f2w0kayxj2b8n855hx87l20mq"))))
     (properties `((upstream-name . "MASS")))
     (build-system r-build-system)
     (home-page "https://www.stats.ox.ac.uk/pub/MASS4/";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]