guix-commits
[Top][All Lists]
Advanced

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

07/67: gnu: r-httpuv: Update to 1.6.5.


From: guix-commits
Subject: 07/67: gnu: r-httpuv: Update to 1.6.5.
Date: Sun, 23 Jan 2022 08:06:30 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 424789c58847b9027fd4be8007c5fe314bbedc94
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Jan 23 13:33:29 2022 +0100

    gnu: r-httpuv: Update to 1.6.5.
    
    * gnu/packages/cran.scm (r-httpuv): Update to 1.6.5.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 5a89edb221..c9047634f5 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1577,13 +1577,13 @@ Zucchini.")
 (define-public r-httpuv
   (package
     (name "r-httpuv")
-    (version "1.6.4")
+    (version "1.6.5")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "httpuv" version))
               (sha256
                (base32
-                "0nx6fakpj9qh6izs6n26y3i8v4dm16h61ijw3gymsbif34fx532f"))
+                "0mlilxh2mlrsbbrncla2rg02crr8nnajv649d8whx7ayr8lkdxpm"))
               ;; 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"))



reply via email to

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