gnu: r-httpuv: Update to 1.4.1.
* gnu/packages/web.scm (r-httpuv): Update to 1.4.1.
This commit is contained in:
parent
c36ce47635
commit
2cf42ec611
|
@ -3785,13 +3785,13 @@ CDF, Atom 0.3, and Atom 1.0 feeds.")
|
||||||
(define-public r-httpuv
|
(define-public r-httpuv
|
||||||
(package
|
(package
|
||||||
(name "r-httpuv")
|
(name "r-httpuv")
|
||||||
(version "1.4.0")
|
(version "1.4.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "httpuv" version))
|
(uri (cran-uri "httpuv" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"076blaj0vzwfgx212lvgscczmiy9n13izdshrm6xb9vpcmklm95m"))))
|
"1pndv0h870ygibk0bmg9ayzkls60jqscrsyk39k29gy2pvm9ha5y"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs `(("r-rcpp" ,r-rcpp)))
|
(native-inputs `(("r-rcpp" ,r-rcpp)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in New Issue