1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-01 23:05:57 +02:00

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
+2 -2
View File
@@ -3780,13 +3780,13 @@ CDF, Atom 0.3, and Atom 1.0 feeds.")
(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")