mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: elixir-machete: Update to 0.3.3.
* gnu/packages/elixir-xyz.scm (elixir-machete): Update to 0.3.3. Change-Id: I6f8e205d74967b2ab3bbef491b8596d4901d0e22 Signed-off-by: Andrew Tropin <andrew@trop.in>
This commit is contained in:
parent
d2055c577c
commit
d6e81e01d9
1 changed files with 2 additions and 2 deletions
|
@ -296,13 +296,13 @@ (define-public elixir-dialyxir
|
|||
(define-public elixir-machete
|
||||
(package
|
||||
(name "elixir-machete")
|
||||
(version "0.2.8")
|
||||
(version "0.3.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (hexpm-uri name version))
|
||||
(sha256
|
||||
(base32 "0952603bmqsf6v3ja99zpbnbx5d52i4xksjkfj3irl45ccq5pgq9"))))
|
||||
(base32 "0705qp9l8yakdfpbafsf351b7xzqn86qcma1jm7i1n64r6bxkh31"))))
|
||||
(build-system mix-build-system)
|
||||
(native-inputs (list elixir-credo elixir-dialyxir))
|
||||
(synopsis "Literate test matchers for ExUnit")
|
||||
|
|
Loading…
Reference in a new issue