guix-commits
[Top][All Lists]
Advanced

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

34/35: gnu: r-withr: Update to 3.0.0.


From: guix-commits
Subject: 34/35: gnu: r-withr: Update to 3.0.0.
Date: Wed, 17 Jan 2024 17:54:34 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit fd32212bf0d4426cdbddb66ae027bd98776c090e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 17 23:09:52 2024 +0100

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



reply via email to

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