me
/
guix
Archived
1
0
Fork 0

gnu: r-httpuv: Update to 1.4.3.

* gnu/packages/web.scm (r-httpuv): Update to 1.4.3.
master
Tobias Geerinckx-Rice 2018-05-18 01:34:14 +02:00
parent c338c74676
commit 711f5f13bf
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

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