mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: cpp-httplib: Update to 0.18.5.
* gnu/packages/cpp.scm (cpp-httplib): Update to 0.18.5. [native-inputs] Add curl. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
6d869d3f6a
commit
5219c43588
1 changed files with 3 additions and 3 deletions
|
@ -1246,7 +1246,7 @@ (define-public cpp-httplib
|
|||
;; header
|
||||
(package
|
||||
(name "cpp-httplib")
|
||||
(version "0.16.0")
|
||||
(version "0.18.5")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1254,7 +1254,7 @@ (define-public cpp-httplib
|
|||
(url "https://github.com/yhirose/cpp-httplib")
|
||||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32 "0n4ribq7c6lqj0hn50pdvy7wml62fqbgrgysb038fq1qc6xyw3np"))
|
||||
(base32 "1jc31n4xdrknal4i1dvf8j6j9kafpczi0w5gbbi89xlir9dgm5kp"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
|
@ -1290,7 +1290,7 @@ (define-public cpp-httplib
|
|||
"TooManyRedirectTest" "UrlWithSpace"
|
||||
"YahooRedirectTest" "YahooRedirectTest")))))))
|
||||
(native-inputs
|
||||
(list googletest python))
|
||||
(list curl googletest python))
|
||||
(inputs
|
||||
(list brotli openssl zlib))
|
||||
(home-page "https://github.com/yhirose/cpp-httplib")
|
||||
|
|
Loading…
Reference in a new issue