GNU bug report logs -
#75783
[PATCH] gnu: elixir: Update to 1.18.2.
Previous Next
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
[Message part 1 (text/plain, inline)]
Your message dated Fri, 24 Jan 2025 13:33:53 +0800
with message-id <87frl8g4hq.fsf <at> iscas.ac.cn>
and subject line Re: [bug#75783] [PATCH] gnu: elixir: Update to 1.18.2.
has caused the debbugs.gnu.org bug report #75783,
regarding [PATCH] gnu: elixir: Update to 1.18.2.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
75783: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75783
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* 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
--
Igor Goryachev
[Message part 3 (message/rfc822, inline)]
[Message part 4 (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.