gnu: Add elixir-verbs.

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

Change-Id: Ief2bbfd27e2795e41ab725faa9490d3d4837af54
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Giacomo Leidi 2025-09-15 11:16:21 +02:00 committed by Ludovic Courtès
parent c949bf94bb
commit f157d56fc6
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -818,6 +818,22 @@ functional way.")
(home-page "https://hexdocs.pm/traverse/")
(license license:asl2.0)))
(define-public elixir-verbs
(package
(name "elixir-verbs")
(version "0.6.1")
(source
(origin
(method url-fetch)
(uri (hexpm-uri "verbs" version))
(sha256
(base32 "19nbkwrphns1yjk0rca1zq6v43m878r7750ppf4av3kcf58328hr"))))
(build-system mix-build-system)
(synopsis "Conjugates English verbs")
(description "This package provides a library to conjugate English verbs.")
(home-page "https://hexdocs.pm/verbs/")
(license license:expat)))
(define-public elixir-zest
(package
(name "elixir-zest")