gnu: r-httpuv: Update to 1.5.1.

* gnu/packages/cran.scm (r-httpuv): Update to 1.5.1.
master
Ricardo Wurmus 2019-04-06 22:53:25 +02:00
parent 0a2c188cc5
commit 0b8ef65555
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -400,13 +400,13 @@ into a pipeline of data manipulation and visualisation.")
(define-public r-httpuv
(package
(name "r-httpuv")
(version "1.5.0")
(version "1.5.1")
(source (origin
(method url-fetch)
(uri (cran-uri "httpuv" version))
(sha256
(base32
"19m9514yj5sg0rz1zvi8w1z98srnrql4iirgr794fkaap6bs7i2f"))))
"042piypg4c8sqrlcdl3dwajkafkbglsky3x7d0jpjv8s5wxnpfxm"))))
(build-system r-build-system)
(propagated-inputs
`(("r-bh" ,r-bh)