summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/elixir-web.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/elixir-web.scm b/gnu/packages/elixir-web.scm
index 2b0f16f183c..7bf1e27ae35 100644
--- a/gnu/packages/elixir-web.scm
+++ b/gnu/packages/elixir-web.scm
@@ -259,7 +259,7 @@ the HPACK protocol (RFC 7541) for Elixir.")
259(define-public elixir-httparrot 259(define-public elixir-httparrot
260 (package 260 (package
261 (name "elixir-httparrot") 261 (name "elixir-httparrot")
262 (version "1.4.0") 262 (version "1.5.0")
263 (source 263 (source
264 (origin 264 (origin
265 (method git-fetch) 265 (method git-fetch)
@@ -268,12 +268,12 @@ the HPACK protocol (RFC 7541) for Elixir.")
268 (commit (string-append "v" version)))) 268 (commit (string-append "v" version))))
269 (file-name (git-file-name name version)) 269 (file-name (git-file-name name version))
270 (sha256 270 (sha256
271 (base32 "0grbqr41c6lf34k8q69v5ki6mlxwwkvgpjv5l7gmwfb8jmwbn6p7")))) 271 (base32 "0chilfyrrps6qxrc05sxmb1hbswb839iam5i0ijrgi6gchz1afyi"))))
272 (build-system mix-build-system) 272 (build-system mix-build-system)
273 (native-inputs 273 (native-inputs
274 (list elixir-earmark erlang-meck)) 274 (list elixir-earmark erlang-meck))
275 (propagated-inputs 275 (propagated-inputs
276 (list elixir-con-cache erlang-cowboy elixir-exjsx)) 276 (list elixir-con-cache erlang-cowboy elixir-jason))
277 (synopsis "HTTP Request & Response Server") 277 (synopsis "HTTP Request & Response Server")
278 (description "HTTP server built on top of Cowboy using (mostly) 278 (description "HTTP server built on top of Cowboy using (mostly)
279@code{cowboy_rest} handlers to serve useful endpoints for testing 279@code{cowboy_rest} handlers to serve useful endpoints for testing