gnu: Add elixir-escape.

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

Change-Id: Ie4c84ff919fbb2939b9fc724b01ff59c4478cf5b
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Giacomo Leidi 2025-09-15 14:26:56 +02:00 committed by Ludovic Courtès
parent 17bd5ebfc4
commit b9afc8acb4
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -423,6 +423,24 @@ things like Dialyzer errors and Observer.")
(home-page "https://hexdocs.pm/erlex/")
(license license:asl2.0)))
(define-public elixir-escape
(package
(name "elixir-escape")
(version "0.4.0")
(source
(origin
(method url-fetch)
(uri (hexpm-uri "escape" version))
(sha256
(base32 "0q9s3i071ijniplgbdimgnns5xg65xwwixwsrk32kr210yx1i6dj"))))
(build-system mix-build-system)
(native-inputs
(list elixir-prove))
(synopsis "ANSI escape tool")
(description "This package provides an ANSI escape tool in Elixir.")
(home-page "https://hexdocs.pm/escape/")
(license license:expat)))
(define-public elixir-ex-ulid
(package
(name "elixir-ex-ulid")