gnu: Add elixir-zest.

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

Change-Id: I289f4d7c0468669c2745f3280fbf3b7db37009b6
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Giacomo Leidi 2025-09-15 11:14:42 +02:00 committed by Ludovic Courtès
parent 9dd1837224
commit abb1b7f03b
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-zest
(package
(name "elixir-zest")
(version "0.1.2")
(source
(origin
(method url-fetch)
(uri (hexpm-uri "zest" version))
(sha256
(base32 "0jlpldb94wm1v2kavvsy5h7w5mvjmxnkssl48mp2iphmysnddqpb"))))
(build-system mix-build-system)
(synopsis "Fresh approach to testing in Elixir")
(description "This package provides a fresh approach to testing.")
(home-page "https://hexdocs.pm/zest/")
(license license:asl2.0)))
;;;
;;; 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