[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/08: gnu: elixir: Update to 1.12.2.
From: |
guix-commits |
Subject: |
03/08: gnu: elixir: Update to 1.12.2. |
Date: |
Tue, 21 Sep 2021 09:16:52 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit dbf758ac5e76085ae400425ede0e4142bc606ecf
Author: Cees de Groot <cg@evrl.com>
AuthorDate: Mon Aug 30 14:02:29 2021 -0400
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>
---
gnu/packages/elixir.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/elixir.scm b/gnu/packages/elixir.scm
index c186b20..2ceb3b5 100644
--- a/gnu/packages/elixir.scm
+++ b/gnu/packages/elixir.scm
@@ -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
- branch master updated (39414b7 -> 9102512), guix-commits, 2021/09/21
- 02/08: gnu: erlang: Update to 24.0.5., guix-commits, 2021/09/21
- 06/08: gnu: imv: Update to 4.1.0 and adjust arguments+inputs., guix-commits, 2021/09/21
- 04/08: etc: committer: Amend previous commit if a copyright line was added., guix-commits, 2021/09/21
- 08/08: news: Add entry for "guix graph -M"., guix-commits, 2021/09/21
- 05/08: gnu: patchutils: Update to 0.4.2., guix-commits, 2021/09/21
- 07/08: graph: Add '--max-depth'., guix-commits, 2021/09/21
- 01/08: base32: Work around (ash x N) miscompilation at '-O1' and below., guix-commits, 2021/09/21
- 03/08: gnu: elixir: Update to 1.12.2.,
guix-commits <=