gnu: r-httpuv: Update to 1.3.6.2.

* gnu/packages/web.scm (r-httpuv): Update to 1.3.6.2.
This commit is contained in:
Ricardo Wurmus 2018-03-03 10:40:05 +01:00
parent fac40f38fe
commit ec8b3d48ff
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3780,13 +3780,13 @@ (define-public python2-feedparser
(define-public r-httpuv
(package
(name "r-httpuv")
(version "1.3.6.1")
(version "1.3.6.2")
(source (origin
(method url-fetch)
(uri (cran-uri "httpuv" version))
(sha256
(base32
"11kffpki4pgh352dlwsm4lnf1dcd5vs51cnimbshadyk3jprwxdf"))))
"0h3hkw575b211bxma23inbq1565wkhiapgasd539h219apqs534f"))))
(build-system r-build-system)
(native-inputs `(("r-rcpp" ,r-rcpp)))
(home-page "https://github.com/rstudio/httpuv")