[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#71527] [PATCH 17/20] gnu: elixir-hex: Update to 2.1.1.
From: |
Igor Goryachev |
Subject: |
[bug#71527] [PATCH 17/20] gnu: elixir-hex: Update to 2.1.1. |
Date: |
Thu, 13 Jun 2024 09:17:54 +0300 |
* gnu/packages/elixir.scm (elixir-hex): Update to 2.1.1.
Change-Id: I0b91b2b0d0bd72be2d7e7419f3a9ceec1f4eb4ed
---
gnu/packages/elixir.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/elixir.scm b/gnu/packages/elixir.scm
index 6f423d12a3..7675b38ffb 100644
--- a/gnu/packages/elixir.scm
+++ b/gnu/packages/elixir.scm
@@ -139,7 +139,7 @@ (define-public elixir
(define-public elixir-hex
(package
(name "elixir-hex")
- (version "2.0.5")
+ (version "2.1.1")
(source
(origin
(method git-fetch)
@@ -149,7 +149,7 @@ (define-public elixir-hex
(file-name (git-file-name name version))
(sha256
(base32
- "1kvczwvij58kgkhak68004ap81pl26600bczg21mymy2sypkgxmj"))))
+ "0fmrbl7dj8ndq1z7h13qgx3cv7vw3b1zf6krdrahcmx43bcdsix4"))))
;; The mix-build-system assumes that Hex exists.
;; We build Hex using the gnu-build-system.
;; Other Elixir packages use the mix-build-system.
--
2.45.1
- [bug#71527] [PATCH 00/20] Update erlang, elixir things, add xxkb., Igor Goryachev, 2024/06/13
- [bug#71527] [PATCH 01/20] gnu: rebar3: Make rebar3 escriptize reproducible., Igor Goryachev, 2024/06/13
- [bug#71527] [PATCH 08/20] gnu: erlang-getopt: Update to 1.0.3., Igor Goryachev, 2024/06/13
- [bug#71527] [PATCH 17/20] gnu: elixir-hex: Update to 2.1.1.,
Igor Goryachev <=
- [bug#71527] [PATCH 05/20] gnu: erlang-cth-readable: Update to 1.6.0., Igor Goryachev, 2024/06/13
- [bug#71527] [PATCH 06/20] gnu: erlang-edown: Update to 0.9.1., Igor Goryachev, 2024/06/13
- [bug#71527] [PATCH 02/20] gnu: erlang: Update to 26.2.5., Igor Goryachev, 2024/06/13
- [bug#71527] [PATCH 11/20] gnu: erlang-parse-trans: Update to 3.4.2., Igor Goryachev, 2024/06/13
- [bug#71527] [PATCH 19/20] gnu: erlang: Add chunks compilation., Igor Goryachev, 2024/06/13
- [bug#71527] [PATCH 09/20] gnu: erlang-hex-core: Update to 0.10.0., Igor Goryachev, 2024/06/13
- [bug#71527] [PATCH 13/20] gnu: erlang-ssl-verify-fun: Update to 1.1.7., Igor Goryachev, 2024/06/13
- [bug#71527] [PATCH 20/20] gnu: Add xxkb., Igor Goryachev, 2024/06/13
- [bug#71527] [PATCH 10/20] gnu: erlang-jsone: Update to 1.8.1., Igor Goryachev, 2024/06/13
- [bug#71527] [PATCH 18/20] gnu: elixir: Add src output, metas correction, lint warnings fix., Igor Goryachev, 2024/06/13