me
/
guix
Archived
1
0
Fork 0

gnu: elixir: Update to 1.13.4.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Cees de Groot 2022-05-13 15:36:24 -04:00 committed by Ludovic Courtès
parent a2b7adcd4f
commit 4ba4cb1d49
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@
(define-public elixir
(package
(name "elixir")
(version "1.13.2")
(version "1.13.4")
(source
(origin
(method git-fetch)
@ -45,7 +45,7 @@
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1d3mk7abn3rk536vmsfbm4smj52rljff6s40sndg0i7p6dl3kzxa"))
(base32 "1z19hwnv7czmg3p56hdk935gqxig3x7z78yxckh8fs1kdkmslqn4"))
(patches (search-patches "elixir-path-length.patch"))))
(build-system gnu-build-system)
(arguments