diff options
| author | Giacomo Leidi <therewasa@fishinthecalculator.me> | 2026-07-18 18:53:29 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-07-28 13:38:07 +0200 |
| commit | 2721ce2ff039ce756f59b47cd007f09f4e16b134 (patch) | |
| tree | 22a8837cc204e020c3336ccad9ef8c17fe50f91e /gnu/packages/elixir-xyz.scm | |
| parent | ad8cfe3402c73e999f40d87b3ea86c4b29a08b22 (diff) | |
gnu: elixir-machete: Update to 0.3.12.
* gnu/packages/elixir-xyz.scm (elixir-machete): Update to 0.3.12.
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu/packages/elixir-xyz.scm')
| -rw-r--r-- | gnu/packages/elixir-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/elixir-xyz.scm b/gnu/packages/elixir-xyz.scm index 0cd9af53934..b49d9f1d3dc 100644 --- a/gnu/packages/elixir-xyz.scm +++ b/gnu/packages/elixir-xyz.scm | |||
| @@ -753,13 +753,13 @@ function arguments and return values against their typespecs.") | |||
| 753 | (define-public elixir-machete | 753 | (define-public elixir-machete |
| 754 | (package | 754 | (package |
| 755 | (name "elixir-machete") | 755 | (name "elixir-machete") |
| 756 | (version "0.3.11") | 756 | (version "0.3.12") |
| 757 | (source | 757 | (source |
| 758 | (origin | 758 | (origin |
| 759 | (method url-fetch) | 759 | (method url-fetch) |
| 760 | (uri (hexpm-uri name version)) | 760 | (uri (hexpm-uri name version)) |
| 761 | (sha256 | 761 | (sha256 |
| 762 | (base32 "0xxfbk888q2x3fdkh4rl3n53sya7cngxax55md2lcd6ggcn0cn1d")))) | 762 | (base32 "17i4rwggvyazmgk4mxgzdprhgzx87ibaayd6bnh55y088w95yv8x")))) |
| 763 | (build-system mix-build-system) | 763 | (build-system mix-build-system) |
| 764 | (native-inputs (list elixir-credo elixir-dialyxir)) | 764 | (native-inputs (list elixir-credo elixir-dialyxir)) |
| 765 | (synopsis "Literate test matchers for ExUnit") | 765 | (synopsis "Literate test matchers for ExUnit") |
