This is an automated email from the git hooks/post-receive script.
jgart pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new e902f73f60 gnu: elixir: Update to 1.18.1.
e902f73f60 is described below
commit e902f73f6043cd857e58b4ee78e8d22f5c6d2aba
Author: Igor Goryachev <[email protected]>
AuthorDate: Thu Jan 16 19:46:09 2025 +0200
gnu: elixir: Update to 1.18.1.
* gnu/packages/elixir.scm (elixir): Update to 1.18.1.
Change-Id: I3a4d5db3883da8081daeb330345632bd7c2cfcc4
Signed-off-by: jgart <[email protected]>
---
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 eb6146cb11..0b2f736aa7 100644
--- a/gnu/packages/elixir.scm
+++ b/gnu/packages/elixir.scm
@@ -9,7 +9,7 @@
;;; Copyright © 2021 Cees de Groot <[email protected]>
;;; Copyright © 2024 Andrew Tropin <[email protected]>
;;; Copyright © 2024 Ivan Sokolov <[email protected]>
-;;; Copyright © 2024 Igor Goryachev <[email protected]>
+;;; Copyright © 2024, 2025 Igor Goryachev <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -41,7 +41,7 @@
(define-public elixir
(package
(name "elixir")
- (version "1.18.0")
+ (version "1.18.1")
(source
(origin
(method git-fetch)
@@ -50,7 +50,7 @@
(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