guix-commits
[Top][All Lists]
Advanced

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

37/69: gnu: r-withr: Update to 2.0.0.


From: Ricardo Wurmus
Subject: 37/69: gnu: r-withr: Update to 2.0.0.
Date: Thu, 3 Aug 2017 11:54:40 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit d8048a1212e880ce360aaf1b32f4bf3c84e51028
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Aug 3 17:18:45 2017 +0200

    gnu: r-withr: Update to 2.0.0.
    
    * gnu/packages/statistics.scm (r-withr): Update to 2.0.0.
---
 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 3c89612..f8c637f 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -2277,13 +2277,13 @@ tools to simplify the devolpment of R packages.")
 (define-public r-withr
   (package
     (name "r-withr")
-    (version "1.0.2")
+    (version "2.0.0")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "withr" version))
               (sha256
                (base32
-                "042z8nmqqilgrvhmbqrjc05qys3gzwq1rqy2wxp2bi5d41859493"))))
+                "0ncq9ygx33rx7aazn53p0a0vbr5xv0r6wbkzcwbhbwyd8k55bgin"))))
     (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]