guix-commits
[Top][All Lists]
Advanced

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

32/103: gnu: r-httpuv: Update to 1.4.5.


From: Ricardo Wurmus
Subject: 32/103: gnu: r-httpuv: Update to 1.4.5.
Date: Wed, 5 Sep 2018 14:03:45 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 1ec1989f8007d0b90cc3b5ac379bb2f7133e299f
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Sep 5 14:42:01 2018 +0200

    gnu: r-httpuv: Update to 1.4.5.
    
    * gnu/packages/web.scm (r-httpuv): Update to 1.4.5.
    [native-inputs]: Add pkg-config.
---
 gnu/packages/web.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 0d27fa0..9185485 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -3823,15 +3823,17 @@ CDF, Atom 0.3, and Atom 1.0 feeds.")
 (define-public r-httpuv
   (package
     (name "r-httpuv")
-    (version "1.4.4.1")
+    (version "1.4.5")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "httpuv" version))
               (sha256
                (base32
-                "12kwq10xa8glrip7rai9xb4hnpysng00g2l0rw7swfzq5lk4z966"))))
+                "1ddpcarzf694h0gy5pdz7l5glqfv4hr9dmxb4vw7yqd0bga174gi"))))
     (build-system r-build-system)
-    (native-inputs `(("r-rcpp" ,r-rcpp)))
+    (native-inputs
+     `(("r-rcpp" ,r-rcpp)
+       ("pkg-config" ,pkg-config)))
     (propagated-inputs
      `(("r-bh" ,r-bh)
        ("r-later" ,r-later)



reply via email to

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