guix-commits
[Top][All Lists]
Advanced

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

51/77: gnu: r-withr: Update to 2.1.1.


From: Ricardo Wurmus
Subject: 51/77: gnu: r-withr: Update to 2.1.1.
Date: Tue, 13 Feb 2018 10:19:46 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 80f72101b4405ca20f13b2af750f0f13df937a59
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Feb 13 16:07:34 2018 +0100

    gnu: r-withr: Update to 2.1.1.
    
    * gnu/packages/statistics.scm (r-withr): Update to 2.1.1.
    [propagated-inputs]: Remove r-lattice.
---
 gnu/packages/statistics.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 546b218..01e5bb6 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -2356,16 +2356,14 @@ tools to simplify the devolpment of R packages.")
 (define-public r-withr
   (package
     (name "r-withr")
-    (version "2.1.0")
+    (version "2.1.1")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "withr" version))
               (sha256
                (base32
-                "12v263fj6l3ds9nrsj6q7h6zhbivp3w2jk7w9dpk1610d3nx9gf8"))))
+                "17pbllxv18gf1mli9mm5px4wzp364907a4wrl20r1y5q8qwawpxx"))))
     (build-system r-build-system)
-    (propagated-inputs
-     `(("r-lattice" ,r-lattice)))
     (home-page "https://github.com/jimhester/withr";)
     (synopsis "Run code with temporarily modified global state")
     (description



reply via email to

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