gnu: r-httpuv: Update to 1.4.5.1.

* gnu/packages/cran.scm (r-httpuv): Update to 1.4.5.1.
This commit is contained in:
Ricardo Wurmus 2019-01-12 16:33:27 +01:00
parent 0c025a7f79
commit 37349c717e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -290,13 +290,13 @@ into a pipeline of data manipulation and visualisation.")
(define-public r-httpuv
(package
(name "r-httpuv")
(version "1.4.5")
(version "1.4.5.1")
(source (origin
(method url-fetch)
(uri (cran-uri "httpuv" version))
(sha256
(base32
"1ddpcarzf694h0gy5pdz7l5glqfv4hr9dmxb4vw7yqd0bga174gi"))))
"0mqd40jckdpkjw1jjd860cdwkb03l6dkh931maijfdaqr1w9hwvn"))))
(build-system r-build-system)
(native-inputs
`(("r-rcpp" ,r-rcpp)