guix-commits
[Top][All Lists]
Advanced

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

01/07: gnu: r-withr: Update to 2.1.2.


From: Tobias Geerinckx-Rice
Subject: 01/07: gnu: r-withr: Update to 2.1.2.
Date: Mon, 19 Mar 2018 08:26:28 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit bae598d6c9f22d61f47f1e0ff988a8f70c46f6a6
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Mar 17 19:03:56 2018 +0100

    gnu: r-withr: Update to 2.1.2.
    
    * gnu/packages/statistics.scm (r-withr): Update to 2.1.2.
---
 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 8afccb0..19a05ea 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -2358,13 +2358,13 @@ tools to simplify the devolpment of R packages.")
 (define-public r-withr
   (package
     (name "r-withr")
-    (version "2.1.1")
+    (version "2.1.2")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "withr" version))
               (sha256
                (base32
-                "17pbllxv18gf1mli9mm5px4wzp364907a4wrl20r1y5q8qwawpxx"))))
+                "11j6zykklxnvp4xqsr6a2xib665i38m3khdspp887nwagmvnydj1"))))
     (build-system r-build-system)
     (home-page "https://github.com/jimhester/withr";)
     (synopsis "Run code with temporarily modified global state")



reply via email to

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