mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add elixir-uniq.
* gnu/packages/elixir-databases.scm (elixir-uniq): New variable. Change-Id: I01a664802729706ec470c25216508fad78cad844 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
da3a311e6d
commit
8621ffb6df
1 changed files with 21 additions and 0 deletions
|
@ -150,3 +150,24 @@ implements unified access to tabular data.")
|
||||||
provides an Elixir implementation of the MS TDS protocol.")
|
provides an Elixir implementation of the MS TDS protocol.")
|
||||||
(home-page "https://hexdocs.pm/tds/")
|
(home-page "https://hexdocs.pm/tds/")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public elixir-uniq
|
||||||
|
(package
|
||||||
|
(name "elixir-uniq")
|
||||||
|
(version "0.6.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (hexpm-uri "uniq" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "05mrzx7g8q5c4jg38pxqcw1x3bysw0i5n4j7d42v6m3hcx6w69k4"))))
|
||||||
|
(build-system mix-build-system)
|
||||||
|
(native-inputs (list elixir-stream-data))
|
||||||
|
(propagated-inputs (list elixir-ecto))
|
||||||
|
(synopsis
|
||||||
|
"Provides UUID generation, parsing, and formatting")
|
||||||
|
(description
|
||||||
|
"This package provides UUID generation, parsing, and formatting. Supports RFC
|
||||||
|
4122, and the v6 draft extension.")
|
||||||
|
(home-page "https://hexdocs.pm/uniq/")
|
||||||
|
(license license:asl2.0)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue