gnu: r-servr: Update to 0.6.

* gnu/packages/web.scm (r-servr): Update to 0.6.
This commit is contained in:
Ricardo Wurmus 2017-08-03 17:10:05 +02:00
parent 9fe794f0f7
commit a1e54db2ac
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3395,13 +3395,13 @@ in systems and applications.")
(define-public r-servr
(package
(name "r-servr")
(version "0.5")
(version "0.6")
(source (origin
(method url-fetch)
(uri (cran-uri "servr" version))
(sha256
(base32
"1ixcl9xjc1k9zvl6v6bsw4kpramr1h53b4s46qg8kahkqy6kqd8a"))))
"0sqz3wssxa19g9mpmf9s4gx2a5rvzl8nrd11qkgpz5v3iqsc6ysr"))))
(build-system r-build-system)
(propagated-inputs
`(("r-httpuv" ,r-httpuv)