guix-commits
[Top][All Lists]
Advanced

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

36/55: gnu: r-withr: Update to 1.0.2.


From: Ricardo Wurmus
Subject: 36/55: gnu: r-withr: Update to 1.0.2.
Date: Mon, 12 Sep 2016 15:45:05 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit 348bb8d6631f3c288777c3a9fb26061dd26de91d
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Sep 12 15:24:44 2016 +0200

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