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:
Igor Goryachev 2024-07-02 09:55:16 +03:00 committed by Andrew Tropin
parent d2055c577c
commit d6e81e01d9
No known key found for this signature in database
GPG key ID: 2208D20958C1DEB0

View file

@ -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")