GNU bug report logs -
#76780
[PATCH] gnu: elixir: Update to 1.18.3.
Previous Next
Reported by: Igor Goryachev <igor <at> goryachev.org>
Date: Thu, 6 Mar 2025 12:58:02 UTC
Severity: normal
Tags: patch
Done: Andreas Enge <andreas <at> enge.fr>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/elixir.scm (elixir): Update to 1.18.3.
Change-Id: I1ad69aa90f7a52dddfa630bc1fc2fcd9f744a2d6
---
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 30dedbfc85..0aca66c2d5 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.2")
+ (version "1.18.3")
(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 "128jbl90scf7acs4x2b73sfypiy4ckvm9ba72xf113440ql58n7h"))
+ (base32 "03d2ha0ykrxwfzj1w7wvapc0w3nm1xchl1m9m7r287anh3wbazwc"))
(patches (search-patches "elixir-path-length.patch"))))
(build-system gnu-build-system)
(arguments
base-commit: 19c656e3cad3a4f1e3338a955a1af57e363545df
--
2.48.1
This bug report was last modified 52 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.