gnu: Add elixir-mime.

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

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

View file

@ -532,6 +532,23 @@ literals, variables, or parametrically defined matchers.")
(home-page "https://hexdocs.pm/machete/")
(license license:expat)))
(define-public elixir-mime
(package
(name "elixir-mime")
(version "2.0.7")
(source
(origin
(method url-fetch)
(uri (hexpm-uri "mime" version))
(sha256
(base32 "1k8cx1qwgwshc3gx4hg2w9r9cvgb8pj6rdy5zwin1qcy7671hwb1"))))
(build-system mix-build-system)
(synopsis "MIME types module")
(description "This package provides @code{elixir-mime}, a MIME type module
for Elixir.")
(home-page "https://hexdocs.pm/mime/")
(license license:asl2.0)))
(define-public elixir-mox
(package
(name "elixir-mox")