guix-commits
[Top][All Lists]
Advanced

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

53/146: gnu: r-outliers: Update to 0.15.


From: guix-commits
Subject: 53/146: gnu: r-outliers: Update to 0.15.
Date: Mon, 11 Apr 2022 17:08:33 -0400 (EDT)

rekado pushed a commit to branch wip-r
in repository guix.

commit b5bc75f4ea993934676c4aec2889aeb12677f31f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Apr 11 18:01:16 2022 +0200

    gnu: r-outliers: Update to 0.15.
    
    * gnu/packages/cran.scm (r-outliers): Update to 0.15.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 000c806073..9f55965148 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -15995,14 +15995,14 @@ database.")
 (define-public r-outliers
   (package
     (name "r-outliers")
-    (version "0.14")
+    (version "0.15")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "outliers" version))
        (sha256
         (base32
-         "0vcqfqmmv4yblyp3s6bd25r49pxb7hjzipiic5a82924nqfqzkmn"))))
+         "1yrmwvjjb0a6sbx940k9svf23cykcxz8rrwcgyic7lpgzbrdfcfc"))))
     (build-system r-build-system)
     (home-page "https://cran.r-project.org/web/packages/outliers/index.html";)
     (synopsis "Tests for outliers")



reply via email to

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