gnu: Add elixir-prove.

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

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

View file

@ -445,6 +445,25 @@ applications.")
(home-page "https://hexdocs.pm/process_tree/")
(license license:expat)))
(define-public elixir-prove
(package
(name "elixir-prove")
(version "0.1.7")
(source
(origin
(method url-fetch)
(uri (hexpm-uri "prove" version))
(sha256
(base32 "1hkw70cbq82jjyyqdiaspi5a9v4m7z625h9z9hym0p1ziml25k2r"))))
(build-system mix-build-system)
(synopsis
"Provides the macros @code{prove} and @code{batch}")
(description
"This package provides the macros @code{prove} and @code{batch} to write
shorter tests.")
(home-page "https://hexdocs.pm/prove/")
(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