gnu: Add elixir-ex-ulid.

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

Change-Id: Iec422522579b82630f9b7e9a4f91b09c01a99c37
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Giacomo Leidi 2025-09-13 13:38:09 +02:00 committed by Ludovic Courtès
parent 501c9c196b
commit 5b3c45f7c7
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -401,6 +401,25 @@ things like Dialyzer errors and Observer.")
(home-page "https://hexdocs.pm/erlex/")
(license license:asl2.0)))
(define-public elixir-ex-ulid
(package
(name "elixir-ex-ulid")
(version "0.1.0")
(source
(origin
(method url-fetch)
(uri (hexpm-uri "ex_ulid" version))
(sha256
(base32 "0q08y8xw2q4dr1w6g3rcyjlgib2w2wz26znycfan7i7bg93zvgm2"))))
(build-system mix-build-system)
(synopsis
"Provides an ULID implementation in Elixir")
(description
"This package provides @code{elixir-ex-ulid} an implementation of
Universally Unique Lexicographically Sortable Identifier (ULID).")
(home-page "https://hexdocs.pm/ex_ulid/")
(license license:asl2.0)))
(define-public elixir-dialyxir
(package
(name "elixir-dialyxir")