gnu: Add elixir-brex-result.

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

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

View file

@ -206,6 +206,26 @@ that writes and updates tests for you.")
(home-page "https://hexdocs.pm/assert_value/")
(license license:expat)))
(define-public elixir-brex-result
(package
(name "elixir-brex-result")
(version "0.4.0")
(source
(origin
(method url-fetch)
(uri (hexpm-uri "brex_result" version))
(sha256
(base32 "1y243rg5kc4fhq62hr45agdy2m1afx2zhv65bpspwwj83k3sl8f2"))))
(build-system mix-build-system)
(native-inputs
(list elixir-excoveralls))
(synopsis
"Handle common return values")
(description
"This package provides tools to handle common return values in Elixir.")
(home-page "https://hexdocs.pm/brex_result/")
(license license:expat)))
(define-public elixir-bunt
(package
(name "elixir-bunt")