guix-commits
[Top][All Lists]
Advanced

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

97/125: gnu: r-mass: Update to 7.3-54.


From: guix-commits
Subject: 97/125: gnu: r-mass: Update to 7.3-54.
Date: Tue, 4 May 2021 01:33:39 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 73efca4064dc98e8a9841d85e4509156e3e1f9b1
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 4 07:13:20 2021 +0200

    gnu: r-mass: Update to 7.3-54.
    
    * gnu/packages/statistics.scm (r-mass): Update to 7.3-54.
---
 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 93712bd..ddfcfe7 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -437,14 +437,14 @@ D.V. Hinkley (1997, CUP), originally written by Angelo 
Canty for S.")
 (define-public r-mass
   (package
     (name "r-mass")
-    (version "7.3-53.1")
+    (version "7.3-54")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "MASS" version))
        (sha256
         (base32
-         "0ra46441y4iwcpd8px7j7vcjfj09fawl5khilaivjbg3gswiwnz4"))))
+         "08g8ashbcas3ac98kxvchbwc8da9dq9anpngb4arnw62npawq05q"))))
     (properties `((upstream-name . "MASS")))
     (build-system r-build-system)
     (home-page "http://www.stats.ox.ac.uk/pub/MASS4/";)



reply via email to

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