gnu: Add elixir-recase.

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

Change-Id: I961cdb2d7db77bfe87093af25f585a6cb3ccce08
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Giacomo Leidi 2025-09-13 13:25:34 +02:00 committed by Ludovic Courtès
parent 919d4e949c
commit 7b89e5f073
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -464,6 +464,25 @@ shorter tests.")
(home-page "https://hexdocs.pm/prove/")
(license license:expat)))
(define-public elixir-recase
(package
(name "elixir-recase")
(version "0.9.0")
(source
(origin
(method url-fetch)
(uri (hexpm-uri "recase" version))
(sha256
(base32 "072hnq686lhwiwlbcz8hxid0aj0rlvvacdrhfb8qi28jpng599zg"))))
(build-system mix-build-system)
(native-inputs
(list elixir-excoveralls))
(synopsis "Convert strings to any case you need")
(description "@code{Recase} helps you to convert a string from any case to
any case.")
(home-page "https://hexdocs.pm/recase/")
(license license:expat)))
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar