From aca349ba772dbd48e830df39b556d06c4ec0abad Mon Sep 17 00:00:00 2001 From: Homo Date: Wed, 18 Jun 2025 14:54:34 +0300 Subject: [PATCH] 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 --- gnu/packages/networking.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index fa241736457..094e4f2c06b 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -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