1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: elixir: Update to 1.18.4.

* gnu/packages/elixir.scm (elixir): Update to 1.18.4.

Change-Id: Id9fbb0311309c5a2c06a41e8da84876fa94995c9
Signed-off-by: Zheng Junjie <z572@z572.online>
This commit is contained in:
Igorj Gorjaĉev
2025-05-21 20:18:43 +03:00
committed by Zheng Junjie
parent c60aba8422
commit 5ab95f9e59

View File

@@ -41,7 +41,7 @@
(define-public elixir
(package
(name "elixir")
(version "1.18.3")
(version "1.18.4")
(source
(origin
(method git-fetch)
@@ -50,7 +50,7 @@
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "03d2ha0ykrxwfzj1w7wvapc0w3nm1xchl1m9m7r287anh3wbazwc"))
(base32 "0861h06x1594jsqq21lkmd96yvlfhfngrrxm6fwpqifzw4ij02iz"))
(patches (search-patches "elixir-path-length.patch"))))
(build-system gnu-build-system)
(arguments