gnu: r-httpuv: Update to 1.4.1.

* gnu/packages/web.scm (r-httpuv): Update to 1.4.1.
master
Ricardo Wurmus 2018-04-21 23:07:10 +02:00
parent c36ce47635
commit 2cf42ec611
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3785,13 +3785,13 @@ CDF, Atom 0.3, and Atom 1.0 feeds.")
(define-public r-httpuv
(package
(name "r-httpuv")
(version "1.4.0")
(version "1.4.1")
(source (origin
(method url-fetch)
(uri (cran-uri "httpuv" version))
(sha256
(base32
"076blaj0vzwfgx212lvgscczmiy9n13izdshrm6xb9vpcmklm95m"))))
"1pndv0h870ygibk0bmg9ayzkls60jqscrsyk39k29gy2pvm9ha5y"))))
(build-system r-build-system)
(native-inputs `(("r-rcpp" ,r-rcpp)))
(propagated-inputs