guix-commits
[Top][All Lists]
Advanced

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

88/96: gnu: r-withr: Update to 2.4.1.


From: guix-commits
Subject: 88/96: gnu: r-withr: Update to 2.4.1.
Date: Wed, 10 Feb 2021 19:06:51 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 97e03cc957f6f4e24cfcb1fe32f25d8084a18a14
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Feb 11 00:56:59 2021 +0100

    gnu: r-withr: Update to 2.4.1.
    
    * gnu/packages/statistics.scm (r-withr): Update to 2.4.1.
---
 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 877f9ef..03abb26 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -2497,13 +2497,13 @@ tools to simplify the devolpment of R packages.")
 (define-public r-withr
   (package
     (name "r-withr")
-    (version "2.4.0")
+    (version "2.4.1")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "withr" version))
               (sha256
                (base32
-                "1y0l6zbpg0wix60r58yk452aqvx4rd0bk7zw9b90lzniwk3wvr7d"))))
+                "13qpcx7vjnqchvbbdwiqw286gkiajp02pcvhn7w7ddjiil2xjpjz"))))
     (build-system r-build-system)
     (native-inputs
      `(("r-knitr" ,r-knitr)))



reply via email to

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