guix-commits
[Top][All Lists]
Advanced

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

72/80: gnu: r-testthat: Update to 3.1.6.


From: guix-commits
Subject: 72/80: gnu: r-testthat: Update to 3.1.6.
Date: Mon, 19 Dec 2022 12:32:26 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 02ceaa592586dbd39014082cd2b2b9084eb4f6fe
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Dec 19 17:07:32 2022 +0100

    gnu: r-testthat: Update to 3.1.6.
    
    * gnu/packages/statistics.scm (r-testthat): Update to 3.1.6.
---
 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 d61806c165..213e90c601 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1703,13 +1703,13 @@ R packages that praise their users.")
 (define-public r-testthat
   (package
     (name "r-testthat")
-    (version "3.1.5")
+    (version "3.1.6")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "testthat" version))
               (sha256
                (base32
-                "1z5pyp4cmyn8ms243zav5wfbwbh45zzq432m1g1xyv904sa6pxd8"))))
+                "1bndjkwv6f9x3a0wklwnf7bymn655yhw6cmazb285hbmci0qrjx7"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-brio



reply via email to

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