gnu: Add elixir-geo.

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

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

View file

@ -533,6 +533,24 @@ writer and parser).")
(home-page "https://hexdocs.pm/dialyxir/")
(license license:asl2.0)))
(define-public elixir-geo
(package
(name "elixir-geo")
(version "4.1.0")
(source
(origin
(method url-fetch)
(uri (hexpm-uri "geo" version))
(sha256
(base32 "0d19k98bwnpk3fyhd2zicjyix5chph8zpcbknl0zgacc76rv5v8r"))))
(build-system mix-build-system)
(propagated-inputs (list elixir-jason))
(synopsis "Encodes and decodes WKB, WKT, and GeoJSON formats")
(description "This package provides @code{elixir-geo}, a library to encode
and decode WKB, WKT, and @code{GeoJSON} formats.")
(home-page "https://hexdocs.pm/geo/")
(license license:expat)))
(define-public elixir-git-diff
(package
(name "elixir-git-diff")