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.2.
* gnu/packages/elixir.scm (elixir): Update to 1.18.2. Change-Id: Ie43df675be73082a5b5fd86b64d5128ecb5e69c4 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
committed by
Zheng Junjie
parent
26708868bc
commit
97fe03d536
@@ -41,7 +41,7 @@
|
||||
(define-public elixir
|
||||
(package
|
||||
(name "elixir")
|
||||
(version "1.18.1")
|
||||
(version "1.18.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
@@ -50,7 +50,7 @@
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1bzg3m4dbhvrxv7f20q77j3648j0fkpnmajh4yfz53wj5ail14yc"))
|
||||
(base32 "128jbl90scf7acs4x2b73sfypiy4ckvm9ba72xf113440ql58n7h"))
|
||||
(patches (search-patches "elixir-path-length.patch"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
||||
Reference in New Issue
Block a user