mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02: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:
committed by
Andrew Tropin
parent
d2055c577c
commit
d6e81e01d9
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user