mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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:
parent
4f407a9c49
commit
ddea1161ad
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue