gnu: Add elixir-assert-value.

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

Change-Id: I5ebd38203bc147f306e3368a3aaa5c7c36e7505d
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Giacomo Leidi 2025-09-13 12:19:43 +02:00 committed by Ludovic Courtès
parent 08bd6c57ad
commit d80a1bfc88
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -187,6 +187,25 @@ implementing a handful of (mostly) arrow macros.")
(home-page "https://hexdocs.pm/arrows/")
(license license:asl2.0)))
(define-public elixir-assert-value
(package
(name "elixir-assert-value")
(version "0.10.5")
(source
(origin
(method url-fetch)
(uri (hexpm-uri "assert_value" version))
(sha256
(base32 "1rkxnbgp86yll8gr62nimfr7d2c3afhp76ggqyr5avl85v5sx2ds"))))
(build-system mix-build-system)
(synopsis
"Writes and updates tests for you")
(description
"This packag provides @{assert_value, an @code{ExUnit} assert
that writes and updates tests for you.")
(home-page "https://hexdocs.pm/assert_value/")
(license license:expat)))
(define-public elixir-bunt
(package
(name "elixir-bunt")