~ruther/guix-local

abb1b7f03ba53c5fa00e0d1d8d0963b0d163eef3 — Giacomo Leidi 6 months ago 9dd1837
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>
1 files changed, 16 insertions(+), 0 deletions(-)

M gnu/packages/elixir-xyz.scm
M gnu/packages/elixir-xyz.scm => gnu/packages/elixir-xyz.scm +16 -0
@@ 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