mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: r-servr: Update to 0.28.
* gnu/packages/cran.scm (r-servr): Update to 0.28. Change-Id: If6af9c2b2902039434ca858853de01bd59975ba5
This commit is contained in:
parent
27f965c7fa
commit
bbf076f5b2
1 changed files with 2 additions and 2 deletions
|
@ -4252,13 +4252,13 @@ (define-public r-jsonlite
|
|||
(define-public r-servr
|
||||
(package
|
||||
(name "r-servr")
|
||||
(version "0.27")
|
||||
(version "0.28")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "servr" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1iaqah3896660d609fb6960x3mg17jak3j5akmmli0z4pdb3rhh1"))))
|
||||
"10nl6aal2kr0k1j7yfpggcxpjxby6z5hhc6wb4nkqhy2w5qi6g26"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-httpuv r-jsonlite r-mime r-xfun))
|
||||
|
|
Loading…
Reference in a new issue