diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-06-05 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-06-05 02:00:12 +0200 |
commit | 0a58c7c1c05dfe19b91d222b9fb6446b160dade7 (patch) | |
tree | a3b19435a0d684ee851a0ef41a60c850023cf305 /gnu/packages | |
parent | 62b2d37e51018475a41270e25ed4823092f2cc68 (diff) |
gnu: restinio: Update to 0.6.15.
* gnu/packages/networking.scm (restinio): Update to 0.6.15.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/networking.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 19fd3b44fc..cd25ca3dce 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -3359,7 +3359,7 @@ communication over HTTP.") (define-public restinio (package (name "restinio") - (version "0.6.14") + (version "0.6.15") (source (origin (method git-fetch) (uri (git-reference @@ -3368,7 +3368,7 @@ communication over HTTP.") (file-name (git-file-name name version)) (sha256 (base32 - "0j44mglsljwkw49583hcsrl5ck2g56n9srnm10kpbsz2dx5apx98")))) + "1f8d5nfm8jqhspzsslwb1b7j4glipz31i9vszrcnkx3clc39nj2n")))) (build-system cmake-build-system) (inputs ; TODO: Need to force-keep references on some inputs, e.g. boost. (list zlib |