me
/
guix
Archived
1
0
Fork 0

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
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
1 changed files with 2 additions and 2 deletions

View File

@ -296,13 +296,13 @@ things like Dialyzer errors and Observer.")
(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")