gnu: restinio: Update to 0.6.17.

* gnu/packages/networking.scm (restinio): Update to 0.6.17.
[propagated-inputs]: Replace fmt-8 with fmt.
This commit is contained in:
Maxim Cournoyer 2022-11-04 15:06:20 -04:00
parent 4f407a9c49
commit ddea1161ad
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -3629,7 +3629,7 @@ (define-public restbed
(define-public restinio
(package
(name "restinio")
(version "0.6.15")
(version "0.6.17")
(source (origin
(method git-fetch)
(uri (git-reference
@ -3638,7 +3638,7 @@ (define-public restinio
(file-name (git-file-name name version))
(sha256
(base32
"1f8d5nfm8jqhspzsslwb1b7j4glipz31i9vszrcnkx3clc39nj2n"))))
"1jpvfa2sjkihbkcc1q6c9zb1vry9mkkhbz2jrl831bqslpq9la3p"))))
(build-system cmake-build-system)
(arguments
(list
@ -3665,7 +3665,7 @@ (define-public restinio
(propagated-inputs
;; These are all #include'd by restinio's .hpp header files.
(list asio
fmt-8
fmt
http-parser
pcre
pcre2