mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01:00
gnu: restinio: Update to 0.6.14.
* gnu/packages/networking.scm (restinio): Update to 0.6.14. [arguments]: Don't explicitly return #t from phases.
This commit is contained in:
parent
564f1b448c
commit
7c6f0b4249
1 changed files with 3 additions and 4 deletions
|
@ -3324,7 +3324,7 @@ (define-public restbed
|
|||
(define-public restinio
|
||||
(package
|
||||
(name "restinio")
|
||||
(version "0.6.13")
|
||||
(version "0.6.14")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -3333,7 +3333,7 @@ (define-public restinio
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0gb0yc88hdzwm08zdiviay6s08q427za33kfbygib7bdzp2wr2dm"))))
|
||||
"0j44mglsljwkw49583hcsrl5ck2g56n9srnm10kpbsz2dx5apx98"))))
|
||||
(build-system cmake-build-system)
|
||||
(inputs ; TODO: Need to force-keep references on some inputs, e.g. boost.
|
||||
(list zlib
|
||||
|
@ -3352,8 +3352,7 @@ (define-public restinio
|
|||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'change-directory
|
||||
(lambda _
|
||||
(chdir "dev/restinio")
|
||||
#t)))))
|
||||
(chdir "dev/restinio"))))))
|
||||
(home-page "https://stiffstream.com/en/products/restinio.html")
|
||||
(synopsis "C++14 library that gives you an embedded HTTP/Websocket server")
|
||||
(description "RESTinio is a header-only C++14 library that gives you an embedded
|
||||
|
|
Loading…
Reference in a new issue