mbox series

[bug#73367,0/4] Update erlang, elixir and rebar3.

Message ID cover.1726763309.git.igor@goryachev.org
Headers show
Series Update erlang, elixir and rebar3. | expand

Message

Igor Goryachev Sept. 19, 2024, 4:28 p.m. UTC
Here are updates for Erlang, Elixir and Rebar3 to recent versions.

Igor Goryachev (4):
  gnu: erlang: Update to 27.1.
  gnu: erlang: Fix build.
  gnu: rebar3: Update to 3.24.0, make reproducible.
  gnu: elixir: Update to 1.17.3.

 gnu/packages/elixir.scm                    | 12 ++++-
 gnu/packages/erlang.scm                    | 54 +++++++---------------
 gnu/packages/patches/erlang-man-path.patch |  8 ++--
 3 files changed, 31 insertions(+), 43 deletions(-)


base-commit: e85f52e826b0701c3dcf9acf9d81e5ae57aec8f9

Comments

Andrew Tropin Sept. 24, 2024, 12:28 p.m. UTC | #1
On 2024-09-19 19:28, Igor Goryachev via Guix-patches via wrote:

> Here are updates for Erlang, Elixir and Rebar3 to recent versions.
>
> Igor Goryachev (4):
>   gnu: erlang: Update to 27.1.
>   gnu: erlang: Fix build.
>   gnu: rebar3: Update to 3.24.0, make reproducible.
>   gnu: elixir: Update to 1.17.3.
>
>  gnu/packages/elixir.scm                    | 12 ++++-
>  gnu/packages/erlang.scm                    | 54 +++++++---------------
>  gnu/packages/patches/erlang-man-path.patch |  8 ++--
>  3 files changed, 31 insertions(+), 43 deletions(-)
>
>
> base-commit: e85f52e826b0701c3dcf9acf9d81e5ae57aec8f9

Applied, built locally, pushed as
https://git.savannah.gnu.org/cgit/guix.git/commit/?id=60dfa7f673

Thank you for the update!