GNU bug report logs -
#75608
[PATCH] gnu: elixir: Update to 1.18.1.
Previous Next
Reported by: Igor Goryachev <igor <at> goryachev.org>
Date: Thu, 16 Jan 2025 17:49:02 UTC
Severity: normal
Tags: patch
Done: jgart <jgart <at> dismail.de>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#75608: [PATCH] gnu: elixir: Update to 1.18.1.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 75608 <at> debbugs.gnu.org.
--
75608: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75608
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Thanks, applied!
What are you thoughts on packaging https://github.com/elixir-lsp/elixir-ls
--
all the best,
jgart
[Message part 3 (message/rfc822, inline)]
* 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(-)
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 <at> evrl.com>
;;; Copyright © 2024 Andrew Tropin <andrew <at> trop.in>
;;; Copyright © 2024 Ivan Sokolov <ivan-p-sokolov <at> ya.ru>
-;;; Copyright © 2024 Igor Goryachev <igor <at> goryachev.org>
+;;; Copyright © 2024, 2025 Igor Goryachev <igor <at> 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
This bug report was last modified 127 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.