gnu: Add elixir-poison.

* gnu/packages/elixir-xyz.scm (elixir-poison): New variable.

Change-Id: I2c8913cc957ce8aecddbdf53d6209ae7774aeb94
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Giacomo Leidi 2025-09-15 14:32:43 +02:00 committed by Ludovic Courtès
parent bda0f1f67c
commit 42d481fa4c
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -723,6 +723,23 @@ structures in Elixir.")
(home-page "https://hexdocs.pm/pathex/")
(license license:bsd-2)))
(define-public elixir-poison
(package
(name "elixir-poison")
(version "6.0.0")
(source
(origin
(method url-fetch)
(uri (hexpm-uri "poison" version))
(sha256
(base32 "18irww20fya32rp03q0r2fzbf1qw51w6lbb4chwmlxwl5din945v"))))
(build-system mix-build-system)
(propagated-inputs (list elixir-decimal))
(synopsis "Fast, pure Elixir JSON library")
(description "An incredibly fast, pure Elixir JSON library.")
(home-page "https://hexdocs.pm/poison/")
(license license:bsd-0)))
(define-public elixir-process-tree
(package
(name "elixir-process-tree")