mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
08bd6c57ad
commit
d80a1bfc88
1 changed files with 19 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue