mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: restinio: Update to 0.6.13.
* gnu/packages/networking.scm (restinio): Update to 0.6.13.
This commit is contained in:
parent
7822b15f04
commit
0b25557bea
1 changed files with 2 additions and 2 deletions
|
@ -3386,7 +3386,7 @@ (define-public restbed
|
|||
(define-public restinio
|
||||
(package
|
||||
(name "restinio")
|
||||
(version "0.6.1.1")
|
||||
(version "0.6.13")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -3395,7 +3395,7 @@ (define-public restinio
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"141a96hx8zhcdv121g6cs91n46kb47y040v25pnvz5f54964z7f5"))))
|
||||
"0gb0yc88hdzwm08zdiviay6s08q427za33kfbygib7bdzp2wr2dm"))))
|
||||
(build-system cmake-build-system)
|
||||
(inputs ; TODO: Need to force-keep references on some inputs, e.g. boost.
|
||||
`(("zlib" ,zlib)
|
||||
|
|
Loading…
Reference in a new issue