gnu: elixir: Update to 1.12.2.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Cees de Groot 2021-08-30 14:02:29 -04:00 committed by Ludovic Courtès
parent 549a82ec6e
commit dbf758ac5e
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@
(define-public elixir
(package
(name "elixir")
(version "1.12.0")
(version "1.12.2")
(source
(origin
(method git-fetch)
@ -44,7 +44,7 @@
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0nx0ajbpib0hxpxz33p1kr3rqgvf35vkx91sh427qcjqy7964z16"))
(base32 "1rwmwnqxhjcdx9niva9ardx90p1qi4axxh72nw9k15hhlh2jy29x"))
(patches (search-patches "elixir-path-length.patch"))))
(build-system gnu-build-system)
(arguments