guix-commits
[Top][All Lists]
Advanced

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

26/27: gnu: r-withr: Update to 2.5.2.


From: guix-commits
Subject: 26/27: gnu: r-withr: Update to 2.5.2.
Date: Tue, 31 Oct 2023 16:58:45 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 0858b9c4727ba52b3ebf48f4531583e623b047fe
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Oct 31 17:15:13 2023 +0100

    gnu: r-withr: Update to 2.5.2.
    
    * gnu/packages/statistics.scm (r-withr): Update to 2.5.2.
    
    Change-Id: Ie4265bc4a6d9c54e3f64ab12ae0d14c716b4e03f
---
 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 4173d82474..fe7b6ef3a8 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -2966,13 +2966,13 @@ tools to simplify the devolpment of R packages.")
 (define-public r-withr
   (package
     (name "r-withr")
-    (version "2.5.1")
+    (version "2.5.2")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "withr" version))
               (sha256
                (base32
-                "1kndhxl0fxn40v9yx0iglilani3ym3ywbjf6zbg1pnb52ncf0nm9"))))
+                "01a27nqlrrf1pws57hi9631f3aj33a9dashd640m5nlgf9nzmdnm"))))
     (build-system r-build-system)
     (native-inputs
      (list r-knitr))



reply via email to

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