guix_mirror_bot pushed a commit to branch master
in repository guix.
commit f0a97ad3501610fa040cd347258bbd06cb2d4ed4
Author: Giacomo Leidi <[email protected]>
AuthorDate: Sat Jul 18 16:16:01 2026 +0200
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 <[email protected]>
---
gnu/packages/elixir-web.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/elixir-web.scm b/gnu/packages/elixir-web.scm
index 2b0f16f183..7bf1e27ae3 100644
--- a/gnu/packages/elixir-web.scm
+++ b/gnu/packages/elixir-web.scm
@@ -259,7 +259,7 @@ the HPACK protocol (RFC 7541) for Elixir.")
(define-public elixir-httparrot
(package
(name "elixir-httparrot")
- (version "1.4.0")
+ (version "1.5.0")
(source
(origin
(method git-fetch)
@@ -268,12 +268,12 @@ the HPACK protocol (RFC 7541) for Elixir.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0grbqr41c6lf34k8q69v5ki6mlxwwkvgpjv5l7gmwfb8jmwbn6p7"))))
+ (base32 "0chilfyrrps6qxrc05sxmb1hbswb839iam5i0ijrgi6gchz1afyi"))))
(build-system mix-build-system)
(native-inputs
(list elixir-earmark erlang-meck))
(propagated-inputs
- (list elixir-con-cache erlang-cowboy elixir-exjsx))
+ (list elixir-con-cache erlang-cowboy elixir-jason))
(synopsis "HTTP Request & Response Server")
(description "HTTP server built on top of Cowboy using (mostly)
@code{cowboy_rest} handlers to serve useful endpoints for testing