me
/
guix
Archived
1
0
Fork 0

gnu: r-servr: Update to 0.18.

* gnu/packages/cran.scm (r-servr): Update to 0.18.
master
Ricardo Wurmus 2020-08-12 11:56:12 +02:00
parent d11bcf3926
commit 58899b1902
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -879,13 +879,13 @@ in systems and applications.")
(define-public r-servr
(package
(name "r-servr")
(version "0.17")
(version "0.18")
(source (origin
(method url-fetch)
(uri (cran-uri "servr" version))
(sha256
(base32
"0lxkjr7mwdk96cdpx66j92nn4w2vkgn2j2bbg7kd4238jsk9srs7"))))
"0xfbf1a1w34hbsx4jrdr4rqf22v7gf1p37ngknglv1dyxih7ipja"))))
(build-system r-build-system)
(propagated-inputs
`(("r-httpuv" ,r-httpuv)