[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#71707] [PATCH 15/15] gnu: elixir-machete: Update to 0.3.3, temporar
From: |
Igor Goryachev |
Subject: |
[bug#71707] [PATCH 15/15] gnu: elixir-machete: Update to 0.3.3, temporarily disable tests. |
Date: |
Fri, 21 Jun 2024 22:01:21 +0300 |
* gnu/packages/elixir-xyz.scm (elixir-machete): Update to 0.3.3, temporarily
disable tests.
Change-Id: I6f8e205d74967b2ab3bbef491b8596d4901d0e22
---
gnu/packages/elixir-xyz.scm | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/elixir-xyz.scm b/gnu/packages/elixir-xyz.scm
index 61044ace96..dab86ebf62 100644
--- a/gnu/packages/elixir-xyz.scm
+++ b/gnu/packages/elixir-xyz.scm
@@ -296,14 +296,17 @@ (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)
+ ;; Temporarily disable tests until find the solution not to prune
+ ;; dependencies paths like in 'mix compile' task.
+ (arguments (list #:tests? #f))
(native-inputs (list elixir-credo elixir-dialyxir))
(synopsis "Literate test matchers for ExUnit")
(description
--
2.45.1
- [bug#71707] [PATCH 07/15] gnu: elixir-jason: Fix lint warnings., (continued)
- [bug#71707] [PATCH 07/15] gnu: elixir-jason: Fix lint warnings., Igor Goryachev, 2024/06/21
- [bug#71707] [PATCH 09/15] gnu: elixir-bunt: Update to 1.0.0., Igor Goryachev, 2024/06/21
- [bug#71707] [PATCH 11/15] gnu: elixir-excoveralls: Update to 0.18.1, fix lint warnings., Igor Goryachev, 2024/06/21
- [bug#71707] [PATCH 05/15] build-sysem/mix: Preserve code paths., Igor Goryachev, 2024/06/21
- [bug#71707] [PATCH 10/15] gnu: elixir-castore: Update to 1.0.7., Igor Goryachev, 2024/06/21
- [bug#71707] [PATCH 14/15] gnu: elixir-dialyxir: Update to 1.4.3., Igor Goryachev, 2024/06/21
- [bug#71707] [PATCH 06/15] gnu: elixir-makeup: Update to 1.1.2, make reproducible., Igor Goryachev, 2024/06/21
- [bug#71707] [PATCH 08/15] gnu: elixir-file-system: Update to 1.0.0., Igor Goryachev, 2024/06/21
- [bug#71707] [PATCH 12/15] gnu: elixir-credo: Update to 1.7.7, fix lint warnings., Igor Goryachev, 2024/06/21
- [bug#71707] [PATCH 13/15] gnu: elixir-erlex: Update to 0.2.7., Igor Goryachev, 2024/06/21
- [bug#71707] [PATCH 15/15] gnu: elixir-machete: Update to 0.3.3, temporarily disable tests.,
Igor Goryachev <=
- [bug#71707] [PATCH v2] build-sysem/mix: Preserve code paths., Igor Goryachev, 2024/06/22
- [bug#71707] [PATCH v3 0/2] Fix tests for elixir dependents, Igor Goryachev, 2024/06/22