Archived
1
0
Fork 0

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