summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorCees de Groot <cg@evrl.com>2021-07-11 15:36:39 +0000
committerEfraim Flashner <efraim@flashner.co.il>2021-07-13 12:46:08 +0300
commit6577fda97308ae6f6f0c44019e4634875f10bb09 (patch)
tree2d6368f989452689fa213cdafb574f8f43ffe6d4 /gnu/packages
parent9bd0ef9ccca1eebf477d52687bf6c306984cc863 (diff)
gnu: elixir: Update to 1.12.0.
* gnu/packages/elixir.scm (elixir): Update to 1.12.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/elixir.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/elixir.scm b/gnu/packages/elixir.scm
index b87337855fd..c186b20b440 100644
--- a/gnu/packages/elixir.scm
+++ b/gnu/packages/elixir.scm
@@ -6,6 +6,7 @@
6;;; Copyright © 2018, 2019, 2021 Tobias Geerinckx-Rice <me@tobias.gr> 6;;; Copyright © 2018, 2019, 2021 Tobias Geerinckx-Rice <me@tobias.gr>
7;;; Copyright © 2018 Nikita <nikita@n0.is> 7;;; Copyright © 2018 Nikita <nikita@n0.is>
8;;; Copyright © 2021 Oskar Köök <oskar@maatriks.ee> 8;;; Copyright © 2021 Oskar Köök <oskar@maatriks.ee>
9;;; Copyright © 2021 Cees de Groot <cg@evrl.com>
9;;; 10;;;
10;;; This file is part of GNU Guix. 11;;; This file is part of GNU Guix.
11;;; 12;;;
@@ -34,7 +35,7 @@
34(define-public elixir 35(define-public elixir
35 (package 36 (package
36 (name "elixir") 37 (name "elixir")
37 (version "1.11.4") 38 (version "1.12.0")
38 (source 39 (source
39 (origin 40 (origin
40 (method git-fetch) 41 (method git-fetch)
@@ -43,7 +44,7 @@
43 (commit (string-append "v" version)))) 44 (commit (string-append "v" version))))
44 (file-name (git-file-name name version)) 45 (file-name (git-file-name name version))
45 (sha256 46 (sha256
46 (base32 "1y8fbhli29agf84ja0fwz6gf22a46738b50nwy26yvcl2n2zl9d8")) 47 (base32 "0nx0ajbpib0hxpxz33p1kr3rqgvf35vkx91sh427qcjqy7964z16"))
47 (patches (search-patches "elixir-path-length.patch")))) 48 (patches (search-patches "elixir-path-length.patch"))))
48 (build-system gnu-build-system) 49 (build-system gnu-build-system)
49 (arguments 50 (arguments