GNU bug report logs -
#49529
[PATCH] Upgrade Elixir to 1.12.0
Previous Next
Reported by: Cees de Groot <cg <at> evrl.com>
Date: Sun, 11 Jul 2021 19:13:02 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From 52237f31f43538163d883274e2e1ae0e2c02f000 Mon Sep 17 00:00:00 2001
From: Cees de Groot <cg <at> evrl.com>
Date: Sun, 11 Jul 2021 00:12:20 -0400
Subject: [PATCH 2/2] Bump Elixir to 1.12.0
---
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 b87337855f..b4999809d9 100644
--- a/gnu/packages/elixir.scm
+++ b/gnu/packages/elixir.scm
@@ -34,7 +34,7 @@
(define-public elixir
(package
(name "elixir")
- (version "1.11.4")
+ (version "1.12.0")
(source
(origin
(method git-fetch)
@@ -43,7 +43,7 @@
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1y8fbhli29agf84ja0fwz6gf22a46738b50nwy26yvcl2n2zl9d8"))
+ (base32 "0nx0ajbpib0hxpxz33p1kr3rqgvf35vkx91sh427qcjqy7964z16"))
(patches (search-patches "elixir-path-length.patch"))))
(build-system gnu-build-system)
(arguments
--
2.32.0
This bug report was last modified 3 years and 313 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.