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>master
parent
d2055c577c
commit
d6e81e01d9
|
@ -296,13 +296,13 @@ things like Dialyzer errors and Observer.")
|
||||||
(define-public elixir-machete
|
(define-public elixir-machete
|
||||||
(package
|
(package
|
||||||
(name "elixir-machete")
|
(name "elixir-machete")
|
||||||
(version "0.2.8")
|
(version "0.3.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (hexpm-uri name version))
|
(uri (hexpm-uri name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0952603bmqsf6v3ja99zpbnbx5d52i4xksjkfj3irl45ccq5pgq9"))))
|
(base32 "0705qp9l8yakdfpbafsf351b7xzqn86qcma1jm7i1n64r6bxkh31"))))
|
||||||
(build-system mix-build-system)
|
(build-system mix-build-system)
|
||||||
(native-inputs (list elixir-credo elixir-dialyxir))
|
(native-inputs (list elixir-credo elixir-dialyxir))
|
||||||
(synopsis "Literate test matchers for ExUnit")
|
(synopsis "Literate test matchers for ExUnit")
|
||||||
|
|
Reference in New Issue