guix-commits
[Top][All Lists]
Advanced

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

128/146: gnu: r-testthat: Update to 3.1.3.


From: guix-commits
Subject: 128/146: gnu: r-testthat: Update to 3.1.3.
Date: Mon, 11 Apr 2022 17:08:47 -0400 (EDT)

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

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

    gnu: r-testthat: Update to 3.1.3.
    
    * gnu/packages/statistics.scm (r-testthat): Update to 3.1.3.
---
 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 49c5a43b50..2ec864b5ba 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1680,13 +1680,13 @@ R packages that praise their users.")
 (define-public r-testthat
   (package
     (name "r-testthat")
-    (version "3.1.2")
+    (version "3.1.3")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "testthat" version))
               (sha256
                (base32
-                "0ndnmv3gbhlsyqya382wqfkkhlrgpdjmh7mymsv6ja52ihbachgd"))))
+                "0c7whxl6zwapqzdplwplvhs73w9blb419h2mdl21pwmqjhzjaq68"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-brio



reply via email to

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