mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: elixir-machete: Update to 0.3.11.
* gnu/packages/elixir-xyz.scm (elixir-machete): Update to 0.3.11. Change-Id: Ia504a076fd35e219f959b7c895225f993fc8eba8
This commit is contained in:
parent
3296e4cad7
commit
ae7b6e1a69
1 changed files with 2 additions and 2 deletions
|
@ -296,13 +296,13 @@ things like Dialyzer errors and Observer.")
|
|||
(define-public elixir-machete
|
||||
(package
|
||||
(name "elixir-machete")
|
||||
(version "0.3.3")
|
||||
(version "0.3.11")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (hexpm-uri name version))
|
||||
(sha256
|
||||
(base32 "0705qp9l8yakdfpbafsf351b7xzqn86qcma1jm7i1n64r6bxkh31"))))
|
||||
(base32 "0xxfbk888q2x3fdkh4rl3n53sya7cngxax55md2lcd6ggcn0cn1d"))))
|
||||
(build-system mix-build-system)
|
||||
(native-inputs (list elixir-credo elixir-dialyxir))
|
||||
(synopsis "Literate test matchers for ExUnit")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue