gnu: r-servr: Update to 0.14.

* gnu/packages/cran.scm (r-servr): Update to 0.14.
master
Ricardo Wurmus 2019-06-17 04:54:05 +02:00
parent 9fea25cf32
commit 18242e4b52
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -453,13 +453,13 @@ in systems and applications.")
(define-public r-servr
(package
(name "r-servr")
(version "0.13")
(version "0.14")
(source (origin
(method url-fetch)
(uri (cran-uri "servr" version))
(sha256
(base32
"1n5haqkshrxcx557f1k7nrisvq3wak8v370s2r6yv691b8hvbscs"))))
"0zjjnfgas9d16fihksyk24kgkkqswb4sd0rz51id2ni1ymdyasjk"))))
(build-system r-build-system)
(propagated-inputs
`(("r-httpuv" ,r-httpuv)