all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#71527] [PATCH 00/20] Update erlang, elixir things, add xxkb.
@ 2024-06-12 15:25 Igor Goryachev via Guix-patches via
  2024-06-13  6:17 ` [bug#71527] [PATCH 01/20] gnu: rebar3: Make rebar3 escriptize reproducible Igor Goryachev via Guix-patches via
                   ` (20 more replies)
  0 siblings, 21 replies; 23+ messages in thread
From: Igor Goryachev via Guix-patches via @ 2024-06-12 15:25 UTC (permalink / raw)
  To: 71527; +Cc: Igor Goryachev

Erlang, Elixir and some their tools/libs updates with several improvements and fixes. And also added xxkb as a new package.

Igor Goryachev (20):
  gnu: rebar3: Make rebar3 escriptize reproducible.
  gnu: erlang: Update to 26.2.5.
  gnu: erlang-certifi: Update to 2.13.0.
  gnu: erlang-covertool: Update to 2.0.6.
  gnu: erlang-cth-readable: Update to 1.6.0.
  gnu: erlang-edown: Update to 0.9.1.
  gnu: erlang-erlware-commons: Update to 1.7.0.
  gnu: erlang-getopt: Update to 1.0.3.
  gnu: erlang-hex-core: Update to 0.10.0.
  gnu: erlang-jsone: Update to 1.8.1.
  gnu: erlang-parse-trans: Update to 3.4.2.
  gnu: erlang-relx: Update to 4.9.0.
  gnu: erlang-ssl-verify-fun: Update to 1.1.7.
  gnu: rebar3: Update to 3.23.0.
  gnu: erlang-lfe: Update to 2.1.4.
  gnu: elixir: Update to 1.16.3.
  gnu: elixir-hex: Update to 2.1.1.
  gnu: elixir: Add src output, metas correction, lint warnings fix.
  gnu: erlang: Add chunks compilation.
  gnu: Add xxkb.

 gnu/packages/elixir.scm  | 206 ++++++++++++++++++++++-----------------
 gnu/packages/erlang.scm  |  98 ++++++++++++-------
 gnu/packages/xdisorg.scm |  48 +++++++++
 3 files changed, 230 insertions(+), 122 deletions(-)


base-commit: 22482834c5412df9816adefecbf8915221999edb
-- 
2.45.1





^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2024-06-20 12:39 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-12 15:25 [bug#71527] [PATCH 00/20] Update erlang, elixir things, add xxkb Igor Goryachev via Guix-patches via
2024-06-13  6:17 ` [bug#71527] [PATCH 01/20] gnu: rebar3: Make rebar3 escriptize reproducible Igor Goryachev via Guix-patches via
2024-06-13  6:17 ` [bug#71527] [PATCH 02/20] gnu: erlang: Update to 26.2.5 Igor Goryachev via Guix-patches via
2024-06-13  6:17 ` [bug#71527] [PATCH 03/20] gnu: erlang-certifi: Update to 2.13.0 Igor Goryachev via Guix-patches via
2024-06-13  6:17 ` [bug#71527] [PATCH 04/20] gnu: erlang-covertool: Update to 2.0.6 Igor Goryachev via Guix-patches via
2024-06-13  6:17 ` [bug#71527] [PATCH 05/20] gnu: erlang-cth-readable: Update to 1.6.0 Igor Goryachev via Guix-patches via
2024-06-13  6:17 ` [bug#71527] [PATCH 06/20] gnu: erlang-edown: Update to 0.9.1 Igor Goryachev via Guix-patches via
2024-06-13  6:17 ` [bug#71527] [PATCH 07/20] gnu: erlang-erlware-commons: Update to 1.7.0 Igor Goryachev via Guix-patches via
2024-06-13  6:17 ` [bug#71527] [PATCH 08/20] gnu: erlang-getopt: Update to 1.0.3 Igor Goryachev via Guix-patches via
2024-06-13  6:17 ` [bug#71527] [PATCH 09/20] gnu: erlang-hex-core: Update to 0.10.0 Igor Goryachev via Guix-patches via
2024-06-13  6:17 ` [bug#71527] [PATCH 10/20] gnu: erlang-jsone: Update to 1.8.1 Igor Goryachev via Guix-patches via
2024-06-13  6:17 ` [bug#71527] [PATCH 11/20] gnu: erlang-parse-trans: Update to 3.4.2 Igor Goryachev via Guix-patches via
2024-06-13  6:17 ` [bug#71527] [PATCH 12/20] gnu: erlang-relx: Update to 4.9.0 Igor Goryachev via Guix-patches via
2024-06-13  6:17 ` [bug#71527] [PATCH 13/20] gnu: erlang-ssl-verify-fun: Update to 1.1.7 Igor Goryachev via Guix-patches via
2024-06-13  6:17 ` [bug#71527] [PATCH 14/20] gnu: rebar3: Update to 3.23.0 Igor Goryachev via Guix-patches via
2024-06-13  6:17 ` [bug#71527] [PATCH 15/20] gnu: erlang-lfe: Update to 2.1.4 Igor Goryachev via Guix-patches via
2024-06-13  6:17 ` [bug#71527] [PATCH 16/20] gnu: elixir: Update to 1.16.3 Igor Goryachev via Guix-patches via
2024-06-13  6:17 ` [bug#71527] [PATCH 17/20] gnu: elixir-hex: Update to 2.1.1 Igor Goryachev via Guix-patches via
2024-06-13  6:17 ` [bug#71527] [PATCH 18/20] gnu: elixir: Add src output, metas correction, lint warnings fix Igor Goryachev via Guix-patches via
2024-06-20 12:29   ` Andrew Tropin via Guix-patches via
2024-06-13  6:17 ` [bug#71527] [PATCH 19/20] gnu: erlang: Add chunks compilation Igor Goryachev via Guix-patches via
2024-06-13  6:17 ` [bug#71527] [PATCH 20/20] gnu: Add xxkb Igor Goryachev via Guix-patches via
2024-06-20 12:37 ` [bug#71527] [PATCH 00/20] Update erlang, elixir things, add xxkb Andrew Tropin via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.