[PATCH] gnu: elixir: Update to 1.18.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Igor Goryachev
  • jgart
Owner
unassigned
Submitted by
Igor Goryachev
Severity
normal

Debbugs page

Igor Goryachev wrote 2 months ago
(address . guix-patches@gnu.org)
943dc448ded4ea4c91a5a498563ee12995db11a7.1737049569.git.igor@goryachev.org
* gnu/packages/elixir.scm (elixir): Update to 1.18.1.

Change-Id: I3a4d5db3883da8081daeb330345632bd7c2cfcc4
---
gnu/packages/elixir.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (35 lines)
diff --git a/gnu/packages/elixir.scm b/gnu/packages/elixir.scm
index eb6146cb115..0b2f736aa79 100644
--- a/gnu/packages/elixir.scm
+++ b/gnu/packages/elixir.scm
@@ -9,7 +9,7 @@
;;; Copyright © 2021 Cees de Groot <cg@evrl.com>
;;; Copyright © 2024 Andrew Tropin <andrew@trop.in>
;;; Copyright © 2024 Ivan Sokolov <ivan-p-sokolov@ya.ru>
-;;; Copyright © 2024 Igor Goryachev <igor@goryachev.org>
+;;; Copyright © 2024, 2025 Igor Goryachev <igor@goryachev.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -41,7 +41,7 @@ (define-module (gnu packages elixir)
(define-public elixir
(package
(name "elixir")
- (version "1.18.0")
+ (version "1.18.1")
(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 "1ki5wfkdidgkvcm3r6b547gkdpchah4r6z0y96frzf5f3prcjgbx"))
+ (base32 "1bzg3m4dbhvrxv7f20q77j3648j0fkpnmajh4yfz53wj5ail14yc"))
(patches (search-patches "elixir-path-length.patch"))))
(build-system gnu-build-system)
(arguments

base-commit: 7aae0e2c159b1612b405a372b18f25fbb58f9d82
--
2.47.1
jgart wrote 2 months ago
(address . 75608-done@debbugs.gnu.org)(name . Igor Goryachev)(address . igor@goryachev.org)
875xmel02a.fsf@unknownee2179f0a061.attlocal.net
Thanks, applied!

What are you thoughts on packaging https://github.com/elixir-lsp/elixir-ls

--
all the best,
jgart
Closed
Igor Goryachev wrote 2 months ago
8734hh3k40.fsf@goryachev.org
jgart <jgart@dismail.de> writes:

Toggle quote (2 lines)
> Thanks, applied!

Thank you too.

Toggle quote (2 lines)
> What are you thoughts on packaging https://github.com/elixir-lsp/elixir-ls

That's a really good idea, I've already thought about it, but I think we
should wait a little bit for the official release of the LSP server, which has
been announced here [1], and it seems to me that it could even be included in
the the main Elixir distribution (like Rust does, but not sure if the Elixir
team will follow that). For now there are three LS: elixir-ls, lexical and
next-ls, each of which is better than the other in some ways, but all of them
will soon become obsolete.



--
Igor Goryachev
-----BEGIN PGP SIGNATURE-----

iHEEAREKADEWIQSeI9W8rrfjZHMhSgDDp46z/v5sBAUCZ4oYcBMcaWdvckBnb3J5
YWNoZXYub3JnAAoJEMOnjrP+/mwEvqIAoNfqosYDXS8dR/32sF4I/SnL5C4uAKC+
xYwiufEnMXOOwJWjTe0c6ucUOw==
=k0/8
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 75608@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 75608
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help