diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-11-04 15:06:20 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-11-06 00:08:05 -0400 |
commit | ddea1161ad164e0f7a1674cffa9256b01b31467c (patch) | |
tree | 9ecd1f3c99bc6499fcd2c7ac0daba76b7c0fed88 /gnu/packages/networking.scm | |
parent | 4f407a9c49c1948e916e41b0597254ff6069e7f1 (diff) | |
download | guix-ddea1161ad164e0f7a1674cffa9256b01b31467c.tar.gz |
gnu: restinio: Update to 0.6.17.
* gnu/packages/networking.scm (restinio): Update to 0.6.17. [propagated-inputs]: Replace fmt-8 with fmt.
Diffstat (limited to 'gnu/packages/networking.scm')
-rw-r--r-- | gnu/packages/networking.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 99fd1445f2..b3385a9472 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -3629,7 +3629,7 @@ communication over HTTP.") (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 @@ communication over HTTP.") (file-name (git-file-name name version)) (sha256 (base32 - "1f8d5nfm8jqhspzsslwb1b7j4glipz31i9vszrcnkx3clc39nj2n")))) + "1jpvfa2sjkihbkcc1q6c9zb1vry9mkkhbz2jrl831bqslpq9la3p")))) (build-system cmake-build-system) (arguments (list @@ -3665,7 +3665,7 @@ communication over HTTP.") (propagated-inputs ;; These are all #include'd by restinio's .hpp header files. (list asio - fmt-8 + fmt http-parser pcre pcre2 |