mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: restinio: Update to 0.7.7.
* gnu/packages/networking.scm (restinio): Update to 0.7.7. [native-inputs]: Move expected-lite to... [propagated-inputs]: ... here. Change-Id: Ifba66e16382c3ded9349f97e885960b0fb6fd286 Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
This commit is contained in:
parent
628b21b997
commit
aca349ba77
1 changed files with 2 additions and 2 deletions
|
|
@ -3908,7 +3908,7 @@ communication over HTTP.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"03ajv1d034z6sjf2xapy8zq1mq2xkz5dqvn51vz2p26ws5axbzrn"))))
|
||||
"0nzkh9kxk6mz570w4pygmfnyila5mkxcgzifi73wshd4yp7q3f3d"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
@ -3927,7 +3927,6 @@ communication over HTTP.")
|
|||
(chdir "dev"))))))
|
||||
(native-inputs
|
||||
(list catch2-3
|
||||
expected-lite
|
||||
json-dto))
|
||||
(inputs
|
||||
(list openssl
|
||||
|
|
@ -3935,6 +3934,7 @@ communication over HTTP.")
|
|||
(propagated-inputs
|
||||
;; These are all #include'd by restinio's .hpp header files.
|
||||
(list asio
|
||||
expected-lite
|
||||
fmt
|
||||
llhttp
|
||||
pcre
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue