me
/
guix
Archived
1
0
Fork 0

gnu: r-servr: Update to 0.22.

* gnu/packages/cran.scm (r-servr): Update to 0.22.
master
Ricardo Wurmus 2021-05-04 07:13:04 +02:00
parent 912a8a2ece
commit 9afef02ebd
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1286,13 +1286,13 @@ in systems and applications.")
(define-public r-servr
(package
(name "r-servr")
(version "0.21")
(version "0.22")
(source (origin
(method url-fetch)
(uri (cran-uri "servr" version))
(sha256
(base32
"12fk585hmz735v4hra8da9wld1fmd67byqnf95m7jjyh7l3dmh1z"))))
"1vnlkbf8s55rfgz7qp2dd84pf9zw94qmdx25rl6i7jybhsxmb71h"))))
(build-system r-build-system)
(propagated-inputs
`(("r-httpuv" ,r-httpuv)