guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 6e5488902ee98f49e8ef6e14c66b0733ca4f8565
Author: Igorj Gorjaĉev <[email protected]>
AuthorDate: Sun Jan 11 14:09:29 2026 +0200
gnu: elixir: Update to 1.19.5.
* gnu/packages/elixir.scm (elixir): Update to 1.19.5.
Change-Id: I62a58b05d221f7d51c96bc225efa0dd5feb71f1d
Signed-off-by: Giacomo Leidi <[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 61537959d8..89bd42dd01 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, 2025 Ivan Sokolov <[email protected]>
-;;; Copyright © 2024, 2025 Igorj Gorjaĉev <[email protected]>
+;;; Copyright © 2024-2026 Igorj Gorjaĉev <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -41,7 +41,7 @@
(define-public elixir
(package
(name "elixir")
- (version "1.19.3")
+ (version "1.19.5")
(source
(origin
(method git-fetch)
@@ -50,7 +50,7 @@
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1y5h1vn0r735g64xszz96l2cfs2c5lspglhh8syhpabx1a15vvw4"))
+ (base32 "1i10a5d7mlcrav47k7qirqvrqn2kbl5265fbcp8fzavr86xz67m6"))
(patches (search-patches "elixir-path-length.patch"))))
(build-system gnu-build-system)
(arguments