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:
Homo 2025-06-18 14:54:34 +03:00 committed by Maxim Cournoyer
parent 628b21b997
commit aca349ba77
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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