diff options
| author | Giacomo Leidi <therewasa@fishinthecalculator.me> | 2026-07-18 16:16:01 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-07-28 13:38:03 +0200 |
| commit | f0a97ad3501610fa040cd347258bbd06cb2d4ed4 (patch) | |
| tree | e6a83aed84c5709e925593243d27f91e8f2c22a0 /gnu/packages/elixir-web.scm | |
| parent | 3bee14d7637535757dba71f33fcfb1c864cbe062 (diff) | |
gnu: elixir-httparrot: Update to 1.5.0.
* gnu/packages/elixir-web.scm (elixir-httparrot): Update to 1.5.0.
[propagated-inputs]: Drop elixir-exjsx and add elixir-jason.
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu/packages/elixir-web.scm')
| -rw-r--r-- | gnu/packages/elixir-web.scm | 6 |
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 |
