guix-commits
[Top][All Lists]
Advanced

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

59/68: gnu: r-robustbase: Update to 0.99-4.


From: guix-commits
Subject: 59/68: gnu: r-robustbase: Update to 0.99-4.
Date: Mon, 26 Aug 2024 05:45:48 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 5faeac1abb00e963d99cb0d6b9423cc063e213a6
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Aug 25 23:17:21 2024 +0200

    gnu: r-robustbase: Update to 0.99-4.
    
    * gnu/packages/statistics.scm (r-robustbase): Update to 0.99-4.
    
    Change-Id: I98104ac5700de8e50fcd8dcbcf0745845c809a9e
---
 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 0e1fc1d904..136a44c8a5 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -5735,14 +5735,14 @@ can be efficiently implemented directly in the R 
language.")
 (define-public r-robustbase
   (package
     (name "r-robustbase")
-    (version "0.99-3")
+    (version "0.99-4")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "robustbase" version))
        (sha256
         (base32
-         "11h0v9q44i8gl55q40aszmzn7214pljpzncgcws9pvgbypf17g31"))))
+         "1g0cykxx5glq0sljjwl6f3cs872apfd5xw59px77mvjbrm7x0y59"))))
     (build-system r-build-system)
     (native-inputs
      (list gfortran))



reply via email to

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