guix-commits
[Top][All Lists]
Advanced

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

06/08: gnu: r-httpuv: Update to 1.4.3.


From: Tobias Geerinckx-Rice
Subject: 06/08: gnu: r-httpuv: Update to 1.4.3.
Date: Fri, 18 May 2018 11:42:24 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 711f5f13bf9398fa2fb66eb44c05668097c3fe09
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri May 18 01:34:14 2018 +0200

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

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index e89f3f9..548796a 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -3776,13 +3776,13 @@ CDF, Atom 0.3, and Atom 1.0 feeds.")
 (define-public r-httpuv
   (package
     (name "r-httpuv")
-    (version "1.4.1")
+    (version "1.4.3")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "httpuv" version))
               (sha256
                (base32
-                "1pndv0h870ygibk0bmg9ayzkls60jqscrsyk39k29gy2pvm9ha5y"))))
+                "15ghxcyg9h0za3qy077fnn3izbpihskvaqwsppm2s43a771imsf6"))))
     (build-system r-build-system)
     (native-inputs `(("r-rcpp" ,r-rcpp)))
     (propagated-inputs



reply via email to

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