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