guix-commits
[Top][All Lists]
Advanced

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

121/174: gnu: r-testthat: Update to 3.1.10.


From: guix-commits
Subject: 121/174: gnu: r-testthat: Update to 3.1.10.
Date: Tue, 11 Jul 2023 14:48:40 -0400 (EDT)

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

commit 207559f5d054465c4c79102646dc38ded3bc9120
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jul 11 15:35:32 2023 +0200

    gnu: r-testthat: Update to 3.1.10.
    
    * gnu/packages/statistics.scm (r-testthat): Update to 3.1.10.
---
 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 a02c4939c2..dbd64c3978 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1719,13 +1719,13 @@ R packages that praise their users.")
 (define-public r-testthat
   (package
     (name "r-testthat")
-    (version "3.1.8")
+    (version "3.1.10")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "testthat" version))
               (sha256
                (base32
-                "09y8gdzssb41m8j2ph12g6nlwxm02075aiyc5bb6lsqgvnpzi4rl"))))
+                "1xh80rxv0whz618kpwzlzg0jg2vhm4073nyx03hd4xpg0ifhhd9i"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-brio



reply via email to

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