guix-commits
[Top][All Lists]
Advanced

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

15/125: gnu: r-httpuv: Update to 1.6.0.


From: guix-commits
Subject: 15/125: gnu: r-httpuv: Update to 1.6.0.
Date: Tue, 4 May 2021 01:33:08 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 912a8a2ece78eadc4c1da021aa6008a66301b368
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 4 07:13:04 2021 +0200

    gnu: r-httpuv: Update to 1.6.0.
    
    * gnu/packages/cran.scm (r-httpuv): Update to 1.6.0.
    [propagated-inputs]: Remove r-bh.
---
 gnu/packages/cran.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 0e29125..ce2d7a4 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1207,13 +1207,13 @@ models.")
 (define-public r-httpuv
   (package
     (name "r-httpuv")
-    (version "1.5.5")
+    (version "1.6.0")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "httpuv" version))
               (sha256
                (base32
-                "05rir03xwamwfq5691vx0x957sgmr4i8iv5vpx5rv1f74y4wkrhb"))
+                "01i0x9234fsyinzfjyl9a807kyvb0nivr6jx9911fp0msdmy1vkm"))
               ;; Unvendor bundled libraries. As of 1.5.4 the vendored libuv
               ;; only contains fixes for building on Solaris.
               (patches (search-patches "r-httpuv-1.5.5-unvendor-libuv.patch"))
@@ -1241,8 +1241,7 @@ models.")
     (inputs
      `(("libuv" ,libuv)))
     (propagated-inputs
-     `(("r-bh" ,r-bh)
-       ("r-later" ,r-later)
+     `(("r-later" ,r-later)
        ("r-promises" ,r-promises)
        ("r-r6" ,r-r6)
        ("r-rcpp" ,r-rcpp)))



reply via email to

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