GNU bug report logs - #75783
[PATCH] gnu: elixir: Update to 1.18.2.

Previous Next

Package: guix-patches;

Reported by: Igor Goryachev <igor <at> goryachev.org>

Date: Thu, 23 Jan 2025 11:52:02 UTC

Severity: normal

Tags: patch

Done: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
To: 75783 <at> debbugs.gnu.org
Cc: Igor Goryachev <igor <at> goryachev.org>, 75783-done <at> debbugs.gnu.org
Subject: [bug#75783] [PATCH] gnu: elixir: Update to 1.18.2.
Date: Fri, 24 Jan 2025 13:33:53 +0800
[Message part 1 (text/plain, inline)]
Igor Goryachev via Guix-patches via <guix-patches <at> gnu.org> writes:

> * gnu/packages/elixir.scm (elixir): Update to 1.18.2.
>
> Change-Id: Ie43df675be73082a5b5fd86b64d5128ecb5e69c4
> ---
>  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 0b2f736aa79..30dedbfc855 100644
> --- a/gnu/packages/elixir.scm
> +++ b/gnu/packages/elixir.scm
> @@ -41,7 +41,7 @@ (define-module (gnu packages elixir)
>  (define-public elixir
>    (package
>      (name "elixir")
> -    (version "1.18.1")
> +    (version "1.18.2")
>      (source
>       (origin
>         (method git-fetch)
> @@ -50,7 +50,7 @@ (define-public elixir
>               (commit (string-append "v" version))))
>         (file-name (git-file-name name version))
>         (sha256
> -        (base32 "1bzg3m4dbhvrxv7f20q77j3648j0fkpnmajh4yfz53wj5ail14yc"))
> +        (base32 "128jbl90scf7acs4x2b73sfypiy4ckvm9ba72xf113440ql58n7h"))
>         (patches (search-patches "elixir-path-length.patch"))))
>      (build-system gnu-build-system)
>      (arguments
>
> base-commit: 4241a5a4688e8a118b2f66423abd3ef8baae98fc
> -- 
> 2.47.1
pushed, closing.
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 168 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.